Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTTestCuts.hh>
Public Member Functions | |
KTTestData () | |
virtual | ~KTTestData () |
MEMBERVARIABLE (bool, IsAwesome) | |
![]() | |
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 = "test-data" |
Additional Inherited Members | |
![]() | |
void | SetPrevPtrInNext () |
![]() | |
KTExtensibleStructCore * | fNext |
KTExtensibleStructCore * | fPrev |
Definition at line 19 of file KTTestCuts.hh.
KTTestData | ( | ) |
Definition at line 25 of file KTTestCuts.cc.
|
virtual |
Definition at line 30 of file KTTestCuts.cc.
MEMBERVARIABLE | ( | bool | , |
IsAwesome | |||
) |
|
static |
Definition at line 28 of file KTTestCuts.hh.