Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Examples  

YInputParser Class Reference

#include <parser.h>

Inheritance diagram for YInputParser:

Inheritance graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

YInputParser::YInputParser   [inline]
 

virtual YInputParser::~YInputParser   [inline, virtual]
 


Member Function Documentation

virtual int YInputParser::CheckSectionStart const CONFIG_STRING    sectionkey [pure virtual]
 

Implemented in YXMLInputParser.

virtual int YInputParser::NewSection const CONFIG_STRING    newsectionkey,
YObject   entry
[pure virtual]
 

Implemented in YXMLInputParser.

virtual int YInputParser::NewSectionSet const CONFIG_STRING    newsectionkey,
YSet   set
[pure virtual]
 

Implemented in YXMLInputParser.

virtual int YInputParser::ReadContentInt int &    target [pure virtual]
 

Implemented in YXMLInputParser.

virtual int YInputParser::ReadContentObject YDerivedObject   target [pure virtual]
 

Implemented in YXMLInputParser.

virtual int YInputParser::ReadContentState bool &    target [pure virtual]
 

Implemented in YXMLInputParser.

virtual int YInputParser::ReadContentString QString &    target [pure virtual]
 

Implemented in YXMLInputParser.

virtual int YInputParser::SectionEnd   [inline, virtual]
 


The documentation for this class was generated from the following file:
Generated on Thu Feb 13 23:56:41 2003 for Yasa by doxygen1.3-rc3