|
| SEXPR_DOUBLE (double aValue) |
|
| SEXPR_DOUBLE (double aValue, int aLineNumber) |
|
| SEXPR_DOUBLE (double aValue) |
|
| SEXPR_DOUBLE (double aValue, int aLineNumber) |
|
bool | IsList () const |
|
bool | IsSymbol () const |
|
bool | IsString () const |
|
bool | IsDouble () const |
|
bool | IsInteger () const |
|
void | AddChild (SEXPR *aChild) |
|
SEXPR_VECTOR const * | GetChildren () const |
|
SEXPR * | GetChild (size_t aIndex) const |
|
size_t | GetNumberOfChildren () const |
|
int64_t | GetLongInteger () const |
|
int32_t | GetInteger () const |
|
float | GetFloat () const |
|
double | GetDouble () const |
|
std::string const & | GetString () const |
|
std::string const & | GetSymbol () const |
|
SEXPR_LIST * | GetList () |
|
std::string | AsString (size_t aLevel=0) |
|
size_t | GetLineNumber () |
|
bool | IsList () const |
|
bool | IsSymbol () const |
|
bool | IsString () const |
|
bool | IsDouble () const |
|
bool | IsInteger () const |
|
void | AddChild (SEXPR *aChild) |
|
SEXPR_VECTOR const * | GetChildren () const |
|
SEXPR * | GetChild (size_t aIndex) const |
|
size_t | GetNumberOfChildren () const |
|
int64_t | GetLongInteger () const |
|
int32_t | GetInteger () const |
|
float | GetFloat () const |
|
double | GetDouble () const |
|
std::string const & | GetString () const |
|
std::string const & | GetSymbol () const |
|
SEXPR_LIST * | GetList () |
|
std::string | AsString (size_t aLevel=0) |
|
size_t | GetLineNumber () |
|
|
| SEXPR (SEXPR_TYPE aType, size_t aLineNumber) |
|
| SEXPR (SEXPR_TYPE aType) |
|
| SEXPR (SEXPR_TYPE aType, size_t aLineNumber) |
|
| SEXPR (SEXPR_TYPE aType) |
|
SEXPR_TYPE | m_type |
|
size_t | m_lineNumber |
|
The documentation for this struct was generated from the following file: