|
ISLEman
|
Weak reference wrapper for TemplateStructIntf that provides access to the wrapped struct without holding a reference. More...
Public Member Functions | |
| TemplateStructWeakRef (TemplateStructIntf *ref) | |
| 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. | |
Public Member Functions inherited from TemplateStructIntf | |
| virtual | ~TemplateStructIntf () |
| Destroys the struct. | |
Weak reference wrapper for TemplateStructIntf that provides access to the wrapped struct without holding a reference.
|
inlinevirtual |
Gets the value for a field name.
| [in] | name | The name of the field. |
Implements TemplateStructIntf.
1.8.12