#include <BooleanLogic.h>
◆ CBooleanLogicValue()
CBooleanLogicValue::CBooleanLogicValue |
( |
const std::string & | value = "", |
|
|
bool | negated = false ) |
|
inline |
◆ ~CBooleanLogicValue()
CBooleanLogicValue::~CBooleanLogicValue |
( |
| ) |
|
|
overridedefault |
◆ Deserialize()
bool CBooleanLogicValue::Deserialize |
( |
const TiXmlNode * | node | ) |
|
|
overridevirtual |
◆ GetTag()
virtual const char * CBooleanLogicValue::GetTag |
( |
| ) |
const |
|
inlinevirtual |
◆ GetValue()
virtual const std::string & CBooleanLogicValue::GetValue |
( |
| ) |
const |
|
inlinevirtual |
◆ IsNegated()
virtual bool CBooleanLogicValue::IsNegated |
( |
| ) |
const |
|
inlinevirtual |
◆ SetNegated()
virtual void CBooleanLogicValue::SetNegated |
( |
bool | negated | ) |
|
|
inlinevirtual |
◆ SetValue()
virtual void CBooleanLogicValue::SetValue |
( |
const std::string & | value | ) |
|
|
inlinevirtual |
◆ m_negated
bool CBooleanLogicValue::m_negated |
|
protected |
◆ m_value
std::string CBooleanLogicValue::m_value |
|
protected |
The documentation for this class was generated from the following files: