Public Attributes | |
int | _i |
bool | _b |
double | _d |
StringOnHeap * | _s |
bool YACS::ENGINE::AtomAny::ValueContainer::_b |
Definition at line 109 of file Any.hxx.
Referenced by YACS::ENGINE::AtomAny::AtomAny(), YACS::ENGINE::AtomAny::getBoolValue(), YACS::ENGINE::AtomAny::operator==(), and YACS::ENGINE::AtomAny::putMyReprAtPlace().
double YACS::ENGINE::AtomAny::ValueContainer::_d |
Definition at line 110 of file Any.hxx.
Referenced by YACS::ENGINE::AtomAny::AtomAny(), YACS::ENGINE::AtomAny::getDoubleValue(), YACS::ENGINE::AtomAny::operator==(), and YACS::ENGINE::AtomAny::putMyReprAtPlace().
int YACS::ENGINE::AtomAny::ValueContainer::_i |
Definition at line 108 of file Any.hxx.
Referenced by YACS::ENGINE::AtomAny::AtomAny(), YACS::ENGINE::AtomAny::getIntValue(), YACS::ENGINE::AtomAny::operator==(), and YACS::ENGINE::AtomAny::putMyReprAtPlace().
StringOnHeap* YACS::ENGINE::AtomAny::ValueContainer::_s |
Definition at line 111 of file Any.hxx.
Referenced by YACS::ENGINE::AtomAny::AtomAny(), YACS::ENGINE::AtomAny::getStringValue(), YACS::ENGINE::AtomAny::operator==(), YACS::ENGINE::AtomAny::putMyReprAtPlace(), and YACS::ENGINE::AtomAny::~AtomAny().