Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTData.hh>
Public Member Functions | |
KTData () | |
KTData (const KTData &orig) | |
~KTData () | |
MEMBERVARIABLE (unsigned, Counter) | |
MEMBERVARIABLE (bool, LastData) | |
MEMBERVARIABLEREF_NOSET (KTCutStatus, CutStatus) | |
![]() | |
KTExtensibleData () | |
virtual | ~KTExtensibleData () |
const std::string & | Name () const |
![]() | |
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) |
![]() | |
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... | |
![]() | |
KTDataCore () | |
virtual | ~KTDataCore () |
Static Public Attributes | |
static const std::string | sName |
Additional Inherited Members | |
![]() | |
void | SetPrevPtrInNext () |
![]() | |
KTExtensibleStructCore * | fNext |
KTExtensibleStructCore * | fPrev |
MEMBERVARIABLE | ( | unsigned | , |
Counter | |||
) |
MEMBERVARIABLE | ( | bool | , |
LastData | |||
) |
MEMBERVARIABLEREF_NOSET | ( | KTCutStatus | , |
CutStatus | |||
) |