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

Public Member Functions | |
| KTExtensibleData () | |
| virtual | ~KTExtensibleData () |
| const std::string & | Name () const |
Public Member Functions inherited from KTExtensibleStruct< XDerivedType, KTDataCore > | |
| 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< KTDataCore > * | Clone (void) const |
| Duplicates the extended object. More... | |
| virtual void | Pull (const KTExtensibleStructCore< KTDataCore > &object) |
| Duplicates object only. More... | |
| void | SetIsCopyDisabled (bool flag) |
Public Member Functions inherited from KTExtensibleStructCore< KTDataCore > | |
| 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... | |
| XStructType & | Of (void) |
| Returns a reference to the object of type XStructType; creates that object if it doesn't exist. More... | |
| const XStructType & | Of (void) const |
| Returns a const reference to the object of type XStructType; creates that object if it doesn't exist. More... | |
| bool | Has (void) const |
| Returns true if XStructType is or is below this object. More... | |
| 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... | |
Public Member Functions inherited from KTDataCore | |
| KTDataCore () | |
| virtual | ~KTDataCore () |
Additional Inherited Members | |
Protected Member Functions inherited from KTExtensibleStructCore< KTDataCore > | |
| void | SetPrevPtrInNext () |
Protected Attributes inherited from KTExtensibleStructCore< KTDataCore > | |
| KTExtensibleStructCore * | fNext |
| KTExtensibleStructCore * | fPrev |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements KTDataCore.
1.8.13