#include <PDGT_Value.h>
Definition at line 23 of file PDGT_Value.h.
Enumerator |
---|
eInteger |
|
eFloat |
|
eString |
|
ePythonObject |
|
eInvalid |
|
Definition at line 29 of file PDGT_Value.h.
PDGT_Value::PDGT_Value |
( |
| ) |
|
PDGT_Value::PDGT_Value |
( |
const PDGT_Value & |
other | ) |
|
PDGT_Value::PDGT_Value |
( |
fpreal |
float_value | ) |
|
PDGT_Value::PDGT_Value |
( |
exint |
int_value | ) |
|
PDGT_Value::PDGT_Value |
( |
bool |
bool_value | ) |
|
PDGT_Value::PDGT_Value |
( |
int |
int_value | ) |
|
PDGT_Value::PDGT_Value |
( |
const char * |
str_value | ) |
|
PDGT_Value::~PDGT_Value |
( |
| ) |
|
bool PDGT_Value::boolValue |
( |
| ) |
const |
fpreal PDGT_Value::floatValue |
( |
| ) |
const |
exint PDGT_Value::intValue |
( |
| ) |
const |
bool PDGT_Value::operator== |
( |
const PDGT_Value & |
other | ) |
const |
void PDGT_Value::setBoolValue |
( |
bool |
bool_value | ) |
|
void PDGT_Value::setDataType |
( |
DataType |
data_type, |
|
|
bool |
initialize = false |
|
) |
| |
void PDGT_Value::setFloatValue |
( |
fpreal |
float_value | ) |
|
void PDGT_Value::setIntValue |
( |
exint |
int_value | ) |
|
void PDGT_Value::setStringValue |
( |
const char * |
str_value | ) |
|
void PDGT_Value::setValue |
( |
int |
int_value | ) |
|
void PDGT_Value::setValue |
( |
bool |
bool_value | ) |
|
void PDGT_Value::setValue |
( |
const char * |
str_value | ) |
|
bool PDGT_Value::valid |
( |
| ) |
const |
void PDGT_Value::value |
( |
exint & |
value | ) |
const |
void PDGT_Value::value |
( |
int & |
value | ) |
const |
void PDGT_Value::value |
( |
bool & |
value | ) |
const |
The documentation for this class was generated from the following file: