#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 59 of file List.h.
      
  | 
  ||||||||||||
| 
 
  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 165 of file List.cpp. References _string.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 173 of file List.cpp. References _string.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Implements ListItem.  | 
  
      
  | 
  ||||||||||||
| 
 
 Implements ListItem. Definition at line 202 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 208 of file List.cpp. References _lineNumber, and _string.  | 
  
      
  | 
  
| 
 
 Implements ListItem. Definition at line 197 of file List.cpp. References _string.  | 
  
      
  | 
  
| 
 
 Implements ListItem. Definition at line 192 of file List.cpp. References _string.  | 
  
      
  | 
  
| 
 
 Implements ListItem. Definition at line 186 of file List.cpp. References _lineNumber, and _string.  | 
  
      
  | 
  
| 
 
 Implements ListItem. Definition at line 67 of file List.h. References _string.  | 
  
      
  | 
  
| 
 
 Definition at line 77 of file List.h. Referenced by firstList(), firstString(), and getList().  | 
  
      
  | 
  
| 
 
 Definition at line 76 of file List.h. Referenced by Atom(), findAndReplace(), firstList(), firstString(), getDouble(), getInt(), getList(), and getString().  | 
  
 1.4.6-NO