Code Listener  [unstable] git snapshot
Public Member Functions | Private Attributes
ClFactory Class Reference

factory responsible for creating ICodeListener objects More...

#include <cl_factory.hh>

Public Member Functions

 ClFactory ()
 
 ~ClFactory ()
 
ICodeListenercreate (const char *config_string)
 create desired ICodeListener object More...
 

Private Attributes

Private * d
 

Detailed Description

factory responsible for creating ICodeListener objects

see config.h::DEBUG_CL_FACTORY

Todo:
proper documentation for ClFactory config_string

Definition at line 37 of file cl_factory.hh.

Constructor & Destructor Documentation

ClFactory ( )
~ClFactory ( )

Member Function Documentation

ICodeListener* create ( const char *  config_string)

create desired ICodeListener object

create cl_code_listener object

Parameters
config_stringdetermines the type and attributes of the listener.
Note
config_string is currently undocumented. You can look to slplug.c for examples or turn on verbose output to see how it is parsed.

Field Documentation

Private* d
private

Definition at line 49 of file cl_factory.hh.


The documentation for this class was generated from the following file: