|
ISLEman
|
Default implementation of a context value of type struct. More...
#include <template.h>
Classes | |
| class | Private |
| Private data of a template struct object. More... | |
Public Member Functions | |
| virtual TemplateVariant | get (const char *name) const |
| Gets the value for a field name. More... | |
| virtual int | addRef () |
| Increase object's reference count. | |
| virtual int | release () |
| Decreases object's referenc count, destroy object if 0. | |
| virtual void | set (const char *name, const TemplateVariant &v) |
| Sets the value the field of a struct. More... | |
Public Member Functions inherited from TemplateStructIntf | |
| virtual | ~TemplateStructIntf () |
| Destroys the struct. | |
Static Public Member Functions | |
| static TemplateStruct * | alloc () |
| Creates an instance with ref count set to 0. More... | |
Default implementation of a context value of type struct.
|
static |
Creates an instance with ref count set to 0.
|
virtual |
Gets the value for a field name.
| [in] | name | The name of the field. |
Implements TemplateStructIntf.
|
virtual |
Sets the value the field of a struct.
| [in] | name | The name of the field. |
| [in] | v | The value to set. |
1.8.12