|
WSF
|
#include <WsfPProxyBasicValues.hpp>


Public Member Functions | |
| Bool () | |
| Bool (bool aValue) | |
| void | SetFromString (const std::string &aText) |
| void | Read (WsfParseNode *aNodePtr) |
| std::string | Write (WsfParseRule *) |
| std::string | ToString () const |
| operator bool () | |
| bool | operator= (bool aRhs) |
| void | CopyValue (const Bool &aRhs) |
| bool | Equal (const Bool &aRhs) const |
| bool | Less (const Bool &aRhs) const |
| bool | Negate () |
| bool | IsTrue () |
| bool | operator== (const Bool &aRhs) const |
| bool | operator!= (const Bool &aRhs) const |
| Public Member Functions inherited from WsfProxy::BasicValue | |
| BasicValue () | |
| bool | IsUnset () const |
| bool | IsSet () const noexcept |
| void | SetUnset () |
| void | ClearUnset () |
| bool | IsInherited () const |
| void | SetInherited (bool aIsInherited) |
Static Public Attributes | |
| static const WsfProxy::ValueKind | cPROXY_TYPE_ID = WsfProxy::cBOOL_VALUE |
Additional Inherited Members | |
| Public Types inherited from WsfProxy::BasicValue | |
| enum | ValueFlags { cVALUE_INHERITED = WsfProxy::cVALUE_INHERITED , cVALUE_UNSET = WsfProxy::cVALUE_UNSET , cVALUE_BITS = cVALUE_UNSET , cCOPY_BITS = cVALUE_INHERITED | cVALUE_UNSET } |
| Protected Member Functions inherited from WsfProxy::BasicValue | |
| void | ValueAsssigned () |
| Protected Attributes inherited from WsfProxy::BasicValue | |
| unsigned char | mBasicValueFlags |
|
inline |
Referenced by CopyValue(), Equal(), Less(), operator!=(), and operator==().
|
inline |
References WsfProxy::BasicValue::ClearUnset().
|
inline |
References Bool(), WsfProxy::BasicValue::cCOPY_BITS, and WsfProxy::BasicValue::mBasicValueFlags.
|
inline |
References Bool(), WsfProxy::BasicValue::cVALUE_UNSET, and WsfProxy::BasicValue::mBasicValueFlags.
Referenced by operator!=(), and operator==().
|
inline |
Referenced by WsfPProxyNode::Assign(), and WsfPProxyValue::GetBoolValue().
|
inline |
|
inline |
|
inline |
References WsfProxy::BasicValue::ValueAsssigned().
|
inline |
References WsfParseNode::GetNodeString(), and SetFromString().
| void WsfProxy::Bool::SetFromString | ( | const std::string & | aText | ) |
References WsfProxy::BasicValue::ClearUnset().
Referenced by Read().
|
inline |
References WsfProxy::BasicValue::IsUnset().
Referenced by Write().
|
inline |
References ToString().
|
static |