ListItem Class Reference

#include <List.h>

Inheritance diagram for ListItem:

Atom List List of all members.

Public Member Functions

virtual bool atomic ()=0
virtual std::string getString ()=0
virtual int getInt ()=0
virtual double getDouble ()=0
virtual ListgetList ()=0
virtual std::string firstString ()=0
virtual ListfirstList ()=0
virtual void findAndReplace (std::string find, std::string replace)=0

Detailed Description

Definition at line 9 of file List.h.


Member Function Documentation

virtual bool ListItem::atomic  )  [pure virtual]
 

Implemented in List, and Atom.

virtual void ListItem::findAndReplace std::string  find,
std::string  replace
[pure virtual]
 

Implemented in List, and Atom.

Referenced by List::findAndReplace().

virtual List* ListItem::firstList  )  [pure virtual]
 

Implemented in List, and Atom.

virtual std::string ListItem::firstString  )  [pure virtual]
 

Implemented in List, and Atom.

virtual double ListItem::getDouble  )  [pure virtual]
 

Implemented in List, and Atom.

Referenced by List::firstDouble().

virtual int ListItem::getInt  )  [pure virtual]
 

Implemented in List, and Atom.

Referenced by List::firstInt().

virtual List* ListItem::getList  )  [pure virtual]
 

Implemented in List, and Atom.

Referenced by List::firstList().

virtual std::string ListItem::getString  )  [pure virtual]
 

Implemented in List, and Atom.

Referenced by List::firstString(), List::getRestString(), and List::getString().


The documentation for this class was generated from the following file:
Generated on Sat Apr 22 15:05:21 2006 for ProjectX by  doxygen 1.4.6-NO