B2BITS FIX Antenna HFT
1.0.16
|
#include <Properties.h>
Public Member Functions | |
bool | asBool () |
int | asInt () |
void | assignBool (bool value) |
void | assignInt (int value) |
void | assignStr (const std::string &value) |
const std::string & | asString () |
void | init () |
PropVariant & | operator= (const std::string &value) |
PropVariant () | |
PropVariant (const std::string &value) | |
PropVariant (int value) | |
PropVariant (bool value) | |
Public Attributes | |
bool | isNumCache_ |
bool | isStrCache_ |
int | nVal_ |
std::string | sVal_ |
PropType | type_ |
|
inline |
References init().
|
inline |
References assignStr(), and init().
|
inline |
References assignInt(), and init().
|
inline |
References assignBool(), and init().
|
inline |
References isNumCache_, nVal_, sVal_, and Utils::trimWhiteSpace().
|
inline |
References isNumCache_, nVal_, and sVal_.
|
inline |
References isNumCache_, isStrCache_, nVal_, and type_.
Referenced by PropVariant().
|
inline |
References isNumCache_, isStrCache_, nVal_, and type_.
Referenced by PropVariant().
|
inline |
References isNumCache_, isStrCache_, sVal_, and type_.
Referenced by operator=(), and PropVariant().
const std::string& Utils::PropVariant::asString | ( | ) |
|
inline |
References isNumCache_, isStrCache_, nVal_, and type_.
Referenced by PropVariant().
|
inline |
References assignStr().
bool Utils::PropVariant::isNumCache_ |
Referenced by asBool(), asInt(), assignBool(), assignInt(), assignStr(), and init().
bool Utils::PropVariant::isStrCache_ |
Referenced by assignBool(), assignInt(), assignStr(), and init().
int Utils::PropVariant::nVal_ |
Referenced by asBool(), asInt(), assignBool(), assignInt(), and init().
std::string Utils::PropVariant::sVal_ |
Referenced by asBool(), asInt(), and assignStr().
PropType Utils::PropVariant::type_ |
Referenced by assignBool(), assignInt(), assignStr(), and init().