Home
Install
Use
Develop
Support
News
Credits
hosted by
|
Dynamically embeds the interfaces of elements in a vector.
More...
#include <TextInterfaceEmbed.h>
|
| VectorOfInterfaces (const std::string &p, Get g, Size s) |
| Construct from a pointer to element attribute interface.
|
| VectorOfInterfaces (const VectorOfInterfaces ©) |
| Copy constructor.
|
Attribute< V > * | clone () const |
| Retun a newly constructed copy.
|
std::string | get_name () const |
| Get the name of the attribute.
|
std::string | get_description () const |
| Get the description of the attribute.
|
std::string | get_value (const V *ptr) const |
| Get the value of the attribute.
|
void | set_value (V *ptr, const std::string &value) |
| Set the value of the attribute.
|
void | set_description (const std::string &) |
| Set the description of the attribute.
|
void | set_detailed_description (const std::string &) |
| Set the detailed description of the attribute.
|
bool | matches (const std::string &name) const |
| Return true if the name argument matches.
|
void | set_modifiers (const std::string &mod) const |
| Parse any modifiers that will alter the behaviour of the output stream.
|
void | reset_modifiers () const |
| Reset any output stream modifiers.
|
| 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>
|
virtual std::string | get_detailed_description () const |
| Get the detailed description of the value.
|
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.
|
|
Get | get |
| Method of V that returns E*.
|
Size | size |
| Method of V that returns size of vector.
|
std::string | prefix |
| The name of the vector instance.
|
std::string | range |
| Range parsed from name during matches.
|
std::string | remainder |
| Remainder parsed from name during matches.
|
std::string | modifiers |
| Any modifiers set by caller.
|
Reference::To< Parser, false > | parent |
| The Parser composite in which this Value component is integrated.
|
|
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< V, 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.
|
template<class V, class Get, class Size>
class TextInterface::VectorOfInterfaces< V, Get, Size > Dynamically embeds the interfaces of elements in a vector.
In this template: V is a vector of elements; Get is the method of V that returns the element at the specified index; and Size is the method of V that returns the number of elements in it
◆ clone()
template<class V, class Get, class Size>
◆ get_description()
template<class V, class Get, class Size>
◆ get_name()
template<class V, class Get, class Size>
◆ matches()
template<class C, class Get, class Size>
◆ reset_modifiers()
template<class V, class Get, class Size>
◆ set_description()
template<class V, class Get, class Size>
◆ set_detailed_description()
template<class V, class Get, class Size>
◆ set_modifiers()
template<class V, class Get, class Size>
The documentation for this class was generated from the following file:
Generated using doxygen 1.14.0
|