#include <List.h>
Inheritance diagram for ListItem:

Public Member Functions | |
| virtual bool | atomic ()=0 |
| virtual std::string | getString ()=0 |
| virtual int | getInt ()=0 |
| virtual double | getDouble ()=0 |
| virtual List * | getList ()=0 |
| virtual std::string | firstString ()=0 |
| virtual List * | firstList ()=0 |
| virtual void | findAndReplace (std::string find, std::string replace)=0 |
Definition at line 9 of file List.h.
|
|
|
|
||||||||||||
|
Implemented in List, and Atom. Referenced by List::findAndReplace(). |
|
|
|
|
|
|
|
|
Implemented in List, and Atom. Referenced by List::firstDouble(). |
|
|
Implemented in List, and Atom. Referenced by List::firstInt(). |
|
|
Implemented in List, and Atom. Referenced by List::firstList(). |
|
|
Implemented in List, and Atom. Referenced by List::firstString(), List::getRestString(), and List::getString(). |
1.4.6-NO