|
Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTExtensibleStruct.hh>

Public Member Functions | |
| KTExtensibleStruct (void) | |
| Default constructor. More... | |
| KTExtensibleStruct (const KTExtensibleStruct &object) | |
| Copy constructor; duplicates the extended object. More... | |
| virtual | ~KTExtensibleStruct () |
| KTExtensibleStruct & | operator= (const KTExtensibleStruct &object) |
| Duplicates the extended object. More... | |
| virtual KTExtensibleStructCore< XBaseType > * | Clone (void) const |
| Duplicates the extended object. More... | |
| virtual void | Pull (const KTExtensibleStructCore< XBaseType > &object) |
| Duplicates object only. More... | |
| void | SetIsCopyDisabled (bool flag) |
Public Member Functions inherited from KTExtensibleStructCore< XBaseType > | |
| KTExtensibleStructCore (void) | |
| Default constructor. More... | |
| KTExtensibleStructCore (const KTExtensibleStructCore &) | |
| Copy constructor; duplicates the extended object. More... | |
| virtual | ~KTExtensibleStructCore () |
| KTExtensibleStructCore & | operator= (const KTExtensibleStructCore &) |
| Duplicates the extended object. More... | |
| virtual void | Clear (void) |
| Removes extended fields. More... | |
| template<class XStructType > | |
| XStructType & | Of (void) |
| Returns a reference to the object of type XStructType; creates that object if it doesn't exist. More... | |
| template<class XStructType > | |
| const XStructType & | Of (void) const |
| Returns a const reference to the object of type XStructType; creates that object if it doesn't exist. More... | |
| template<class XStructType > | |
| bool | Has (void) const |
| Returns true if XStructType is or is below this object. More... | |
| template<class XStructType > | |
| XStructType * | Detatch (void) |
| Extracts object of type XStructType. More... | |
| KTExtensibleStructCore * | Next () const |
| Returns the pointer to the next field. More... | |
| KTExtensibleStructCore * | Prev () const |
| Returns the pointer to the previous field. More... | |
| KTExtensibleStructCore * | Last () const |
| Returns the pointer to the last field. More... | |
| KTExtensibleStructCore * | First () const |
| Returns the pointer to the first field. More... | |
Private Attributes | |
| bool | fIsCopyDisabled |
Additional Inherited Members | |
Protected Member Functions inherited from KTExtensibleStructCore< XBaseType > | |
| void | SetPrevPtrInNext () |
Protected Attributes inherited from KTExtensibleStructCore< XBaseType > | |
| KTExtensibleStructCore * | fNext |
| KTExtensibleStructCore * | fPrev |
Definition at line 63 of file KTExtensibleStruct.hh.
| KTExtensibleStruct | ( | void | ) |
Default constructor.
Definition at line 237 of file KTExtensibleStruct.hh.
| KTExtensibleStruct | ( | const KTExtensibleStruct< XInstanceType, XBaseType > & | object | ) |
Copy constructor; duplicates the extended object.
|
virtual |
Definition at line 243 of file KTExtensibleStruct.hh.
|
virtual |
Duplicates the extended object.
Implements KTExtensibleStructCore< XBaseType >.
Definition at line 284 of file KTExtensibleStruct.hh.
| KTExtensibleStruct< XInstanceType, XBaseType > & operator= | ( | const KTExtensibleStruct< XInstanceType, XBaseType > & | object | ) |
Duplicates the extended object.
Definition at line 262 of file KTExtensibleStruct.hh.
|
virtual |
Duplicates object only.
Implements KTExtensibleStructCore< XBaseType >.
Definition at line 299 of file KTExtensibleStruct.hh.
|
inline |
Definition at line 325 of file KTExtensibleStruct.hh.
|
private |
Definition at line 79 of file KTExtensibleStruct.hh.
1.8.13