|
| Attribute () |
| Default constructor.
|
|
std::string | get_value () const |
| Get the value of the attribute.
|
|
void | set_value (const std::string &value) |
| Set the value of the attribute.
|
|
virtual Attribute * | clone () const =0 |
| Retun a newly constructed copy.
|
|
virtual std::string | get_value (const C *) const =0 |
| Get the value of the attribute.
|
|
virtual void | set_value (C *, const std::string &value)=0 |
| Set the value of the attribute.
|
|
virtual void | set_description (const std::string &)=0 |
| Set the description of the value.
|
|
virtual void | set_detailed_description (const std::string &)=0 |
| Set the detailed description of the value.
|
|
| Value () |
| Explicit default constructor required to delay definition of Reference::To<Parser>
|
|
| ~Value () |
| Explicit destructor required to delay definition of Reference::To<Parser>
|
|
virtual std::string | get_name () const =0 |
| Get the name of the value.
|
|
virtual std::string | get_description () const =0 |
| Get the description of the value.
|
|
virtual std::string | get_detailed_description () const |
| Get the detailed description of the value.
|
|
virtual bool | matches (const std::string &name) const |
| Return true if the name argument matches the value name.
|
|
virtual void | set_modifiers (const std::string &) const =0 |
| Parse any modifiers that will alter the behaviour of the output stream.
|
|
virtual void | reset_modifiers () const =0 |
| Reset any output stream modifiers.
|
|
virtual void | set_parent (Parser *p) |
|
| Able () |
| Default constructor.
|
|
| Able (const Able &) |
| Copy constructor.
|
|
Able & | operator= (const Able &) |
| Assignment operator.
|
|
virtual | ~Able () |
| Destructor.
|
|
unsigned | get_reference_count () const |
| Returns the number of references there are to this.
|
|
| HeapTracked () |
| Default constructor.
|
|
| HeapTracked (const HeapTracked &) |
| Copy constructor.
|
|
HeapTracked & | operator= (const HeapTracked &) |
| Assignment operator.
|
|
virtual | ~HeapTracked () |
| Destructor.
|
|
bool | __is_on_heap () const |
| Return true if this instance is found in heap addresses.
|
|
template<class C>
class TextInterface::Attribute< C >
Text interface to a class attribute.