- Inherits from:
- Object
- Declared in:
- DConfig.h
Object
|
+---DConfigReader
Class Description
The DConfigReader class implements methods for parsing a config file.
- Last modified:
- 23-Jul-2006 (DConfig.h)
Instance Variables
- private DLexer *_lexer
- the lexer used to parse the file
- Constructors
- - (DConfigReader *) init
- Initialise a config reader
- Returns:
- the object
- Copy constructor
- - shallowCopy
- Do a shallow copy of the object (not implemented)
- Returns:
- the object
- Deconstructor
- - free
- Free the object
- Returns:
- the object
- Parser methods
- - (BOOL) parse :(id <DTextReadable>) source :(const char *) name :(id <DConfigHandler>) handler
- Parse a config file
- Parameters:
- source - the source of the config file
name - the name of the config file
handler - the config handler
- Returns:
- success
generated 25-Jul-2006 by ObjcDoc 3.0.0