#include <LiteralValues.hpp>
Public Member Functions | |
| LiteralValue () | |
| LiteralValue (const String &type, const String &value) | |
| LiteralValue (const String &value) | |
| LiteralValue (const LiteralValue &value) | |
| LiteralValue & | operator= (const LiteralValue &value) |
| virtual | ~LiteralValue () |
| void | setLiteral (const String &type, const String &value) |
| void | setValue (const String &value) |
| String | getType () const |
| String | getValue () const |
| virtual bool | valid () const |
| virtual BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
| String | toString () const |
| BLOCXX_NAMESPACE::String | commit2Config (CA &ca, Type type, BLOCXX_NAMESPACE::UInt32 num) const |
Private Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference< LiteralValueImpl > | m_impl |
Friends | |
| bool | operator== (const LiteralValue &l, const LiteralValue &r) |
| bool | operator< (const LiteralValue &l, const LiteralValue &r) |
|
|
|
|
||||||||||||
|
Constructor
|
|
|
Constructor
|
|
|
|
|
|
|
|
||||||||||||||||
|
Return the string for the configuration. This method silently ignore unsupported types like othername. |
|
|
|
|
|
Return the type of this Literal Value |
|
|
Return the value of this Literal Value |
|
|
|
|
||||||||||||
|
Set new values
|
|
|
Set new values
|
|
|
Return the LiteralValue in the form <type>:<value> |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.4.6