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

Public Member Functions | |
| Atom (std::string aString, int lineNumber=-1) | |
| Atom (int anInt, int lineNumber=-1) | |
| Atom (double aDouble, int lineNumber=-1) | |
| Atom (Atom *atom) | |
| bool | atomic () |
| std::string | getString () |
| int | getInt () |
| double | getDouble () |
| List * | getList () |
| std::string | firstString () |
| List * | firstList () |
| void | findAndReplace (std::string find, std::string replace) |
Protected Attributes | |
| std::string | _string |
| int | _lineNumber |
Definition at line 61 of file List.h.
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 193 of file List.cpp. References _string. |
|
||||||||||||
|
Definition at line 201 of file List.cpp. References _string. |
|
|
|
|
|
Implements ListItem. |
|
||||||||||||
|
Implements ListItem. Definition at line 230 of file List.cpp. References _string. |
|
|
Implements ListItem. Definition at line 242 of file List.cpp. References _lineNumber, and _string. |
|
|
Implements ListItem. Definition at line 236 of file List.cpp. References _lineNumber, and _string. |
|
|
Implements ListItem. Definition at line 225 of file List.cpp. References _string. |
|
|
Implements ListItem. Definition at line 220 of file List.cpp. References _string. |
|
|
Implements ListItem. Definition at line 214 of file List.cpp. References _lineNumber, and _string. |
|
|
Implements ListItem. Definition at line 69 of file List.h. References _string. |
|
|
Definition at line 79 of file List.h. Referenced by firstList(), firstString(), and getList(). |
|
|
Definition at line 78 of file List.h. Referenced by Atom(), findAndReplace(), firstList(), firstString(), getDouble(), getInt(), getList(), and getString(). |
1.4.6-NO