|
|
| IsAProxy (const Attribute< P > *pa) |
| | Construct from a pointer to parent class attribute interface.
|
|
| IsAProxy (const IsAProxy ©) |
| | Copy constructor.
|
| Attribute< C > * | clone () const |
| | Retun a newly constructed copy.
|
| std::string | get_value (const C *ptr) const |
| | Get the value of the attribute.
|
| void | set_value (C *ptr, const std::string &value) |
| | Set the value of the attribute.
|
| void | set_description (const std::string &description) |
| | Set the description of the attribute.
|
| void | set_detailed_description (const std::string &description) |
| | Set the detailed description of the attribute.
|
|
| AdapterBase (Attribute< P > *_value=0) |
| std::string | get_name () const |
| | Get the name of the value.
|
| std::string | get_description () const |
| | Get the description of the value.
|
| std::string | get_detailed_description () const |
| | Set the detailed description of the value.
|
| bool | matches (const std::string &name) const |
| void | set_parent (Parser *p) |
| void | set_modifiers (const std::string &mods) const |
| void | reset_modifiers () const |
|
| 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.
|
|
| Value () |
| | Explicit default constructor required to delay definition of Reference::To<Parser>
|
|
| ~Value () |
| | Explicit destructor required to delay definition of Reference::To<Parser>
|
|
| 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.
|
|
|
static size_t | get_instance_count () |
| | Returns the current number instances in existence.
|
|
static void * | operator new (size_t size, void *ptr=0) |
| | Records the addresses of new instances allocated on the heap.
|
|
static void | operator delete (void *location, void *ptr) |
| | Placement delete overload to match the placement new overload.
|
|
static void | operator delete (void *location) |
| | Regular delete overload.
|
|
static size_t | get_heap_queue_size () |
| | Return the number of heap addresses awaiting processing.
|
|
Reference::To< C, false > | instance |
| | Pointer to the instance from which attribute value will be obtained.
|
| Handle * | __reference (bool active) const |
| | Add the address of a reference to this object.
|
| void | __dereference (bool auto_delete=true) const |
| | Remove the address of a reference to this object.
|
|
Reference::To< Attribute< P > > | value |
| | The nested value.
|
|
Reference::To< Parser, false > | parent |
| | The Parser composite in which this Value component is integrated.
|
template<class C, class P>
class TextInterface::IsAProxy< C, P >
Proxy enables attribute interface from parent to be used by child.
In this template: C is a P