#include <parser.h>
Inheritance diagram for YInputParser:
Public Member Functions | |
YInputParser () | |
virtual | ~YInputParser () |
virtual int | CheckSectionStart (const CONFIG_STRING sectionkey)=0 |
virtual int | SectionEnd () |
virtual int | NewSection (const CONFIG_STRING newsectionkey, YObject &entry)=0 |
virtual int | NewSectionSet (const CONFIG_STRING newsectionkey, YSet &set)=0 |
virtual int | ReadContentString (QString &target)=0 |
virtual int | ReadContentInt (int &target)=0 |
virtual int | ReadContentObject (YDerivedObject &target)=0 |
virtual int | ReadContentState (bool &target)=0 |
|
|
|
|
|
Implemented in YXMLInputParser. |
|
Implemented in YXMLInputParser. |
|
Implemented in YXMLInputParser. |
|
Implemented in YXMLInputParser. |
|
Implemented in YXMLInputParser. |
|
Implemented in YXMLInputParser. |
|
Implemented in YXMLInputParser. |
|
|