ANNA Suite  2020b
Multipurpose development suite for Telco applications
anna::TextVariable Member List

This is the complete list of members for anna::TextVariable, including all inherited members.

a_booleananna::Variable
a_customanna::Variable
a_dataBlockanna::Variable
a_doubleanna::Variable
a_floatanna::Variable
a_integeranna::Variable
a_longIntegeranna::Variable
a_stringanna::Variable
asString() constanna::Variablevirtual
booleananna::Variable
buffer() constanna::Variableprotected
getBoolean() constanna::Variableinline
getBooleanValue() const noexcept(false)anna::Variable
getCustom() noexcept(false)anna::Variableinline
getCustom() const noexcept(false)anna::Variableinline
getDataBlock() constanna::Variableinline
getDataBlockValue() const noexcept(false)anna::Variable
getDouble() constanna::Variableinline
getDoubleValue() const noexcept(false)anna::Variable
getFloat() constanna::Variableinline
getFloatValue() const noexcept(false)anna::Variable
getInteger() constanna::Variableinline
getInteger64() constanna::Variableinline
getInteger64Value() const noexcept(false)anna::Variable
getIntegerValue() const noexcept(false)anna::Variable
getName() constanna::Variableinline
getNullIndicator()anna::Variableinlineprotected
getReference() constanna::Variableprotected
getStringValue() const noexcept(false)anna::Variable
getType() constanna::Variableinline
integeranna::Variable
isEqual(const Variable &right) constanna::Variableinline
isNull() constanna::Variableinline
longIntegeranna::Variable
operator=(const int value) noexcept(false)anna::TextVariableinline
operator=(const char *value) noexcept(false)anna::TextVariableinline
operator=(const anna::String &value) noexcept(false)anna::TextVariableinline
operator=(const S64 value) noexcept(false)anna::TextVariableinline
operator=(const float value) noexcept(false)anna::TextVariableinline
operator=(const double value) noexcept(false)anna::TextVariableinline
setBoolean(const bool value)anna::Variableinline
setCharPointer(const char *value) noexcept(false)anna::Variable
setCustom(void *value) noexcept(false)anna::Variableinline
setDataBlock(const DataBlock &value)anna::Variableinline
setDouble(const double value)anna::Variableinline
setFloat(const float value)anna::Variableinline
setInteger(const int value)anna::Variableinline
setLong(const S64 value)anna::Variableinline
setNull(const bool isNull=true)anna::Variableinline
setValue(const char *value) noexcept(false)anna::Variable
setValue(const int value) noexcept(false)anna::Variable
setValue(const S64 value) noexcept(false)anna::Variable
setValue(const bool value) noexcept(false)anna::Variable
setValue(const DataBlock &value) noexcept(false)anna::Variable
setValue(const float value) noexcept(false)anna::Variable
setValue(const double value) noexcept(false)anna::Variable
TextComposer classanna::TextVariablefriend
TextVariable(const char *name, const Type::_v type, const anna::String &expression)anna::TextVariableprotected
theDoubleanna::Variable
theFloatanna::Variable
Variable(const char *name, std::string &value)anna::Variableinline
Variable(const char *name, int &value)anna::Variableinline
Variable(const char *name, S64 &value)anna::Variableinline
Variable(const char *name, bool &value)anna::Variableinline
Variable(const char *name, DataBlock &value)anna::Variableinline
Variable(const char *name, float &value)anna::Variableinline
Variable(const char *name, double &value)anna::Variableinline
Variable(const char *name, void *value)anna::Variableinline
Variable(const char *name, const Type::_v type)anna::Variable
~Variable()anna::Variablevirtual