#include <sexpr.h>
Definition at line 155 of file sexpr.h.
◆ Type
Enumerator |
---|
INT | |
DOUBLE | |
STRING | |
LONGINT | |
STRING_COMP | |
SEXPR_STRING | |
Definition at line 185 of file sexpr.h.
◆ SEXPR_SCAN_ARG() [1/8]
SEXPR::SEXPR_SCAN_ARG::SEXPR_SCAN_ARG |
( |
int32_t * |
aValue | ) |
|
|
inline |
◆ SEXPR_SCAN_ARG() [2/8]
SEXPR::SEXPR_SCAN_ARG::SEXPR_SCAN_ARG |
( |
int64_t * |
aValue | ) |
|
|
inline |
◆ SEXPR_SCAN_ARG() [3/8]
SEXPR::SEXPR_SCAN_ARG::SEXPR_SCAN_ARG |
( |
double * |
aValue | ) |
|
|
inline |
◆ SEXPR_SCAN_ARG() [4/8]
SEXPR::SEXPR_SCAN_ARG::SEXPR_SCAN_ARG |
( |
std::string * |
aValue | ) |
|
|
inline |
◆ SEXPR_SCAN_ARG() [5/8]
SEXPR::SEXPR_SCAN_ARG::SEXPR_SCAN_ARG |
( |
_IN_STRING & |
aValue | ) |
|
|
inline |
◆ SEXPR_SCAN_ARG() [6/8]
SEXPR::SEXPR_SCAN_ARG::SEXPR_SCAN_ARG |
( |
const std::string * |
aValue | ) |
|
|
inline |
◆ SEXPR_SCAN_ARG() [7/8]
SEXPR::SEXPR_SCAN_ARG::SEXPR_SCAN_ARG |
( |
std::string |
aValue | ) |
|
|
inline |
◆ SEXPR_SCAN_ARG() [8/8]
SEXPR::SEXPR_SCAN_ARG::SEXPR_SCAN_ARG |
( |
const char * |
aValue | ) |
|
|
inline |
◆ SEXPR_LIST
◆ dbl_value
double* SEXPR::SEXPR_SCAN_ARG::dbl_value |
◆ int_value
int32_t* SEXPR::SEXPR_SCAN_ARG::int_value |
◆ lint_value
int64_t* SEXPR::SEXPR_SCAN_ARG::lint_value |
◆ sexpr_str
◆ str_value [1/2]
std::string* SEXPR::SEXPR_SCAN_ARG::str_value |
◆ str_value [2/2]
std::string SEXPR::SEXPR_SCAN_ARG::str_value |
|
private |
◆ type
Type SEXPR::SEXPR_SCAN_ARG::type |
|
private |
union { ... } SEXPR::SEXPR_SCAN_ARG::u |
The documentation for this class was generated from the following file: