Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTTestCuts.hh>
Static Public Attributes | |
static const std::string | sName = "not-awesome-cut" |
Additional Inherited Members | |
![]() | |
KTExtensibleCutResult () | |
virtual | ~KTExtensibleCutResult () |
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< KTCutResultCore > * | Clone (void) const |
Duplicates the extended object. More... | |
virtual void | Pull (const KTExtensibleStructCore< KTCutResultCore > &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... | |
![]() | |
KTCutResultCore () | |
virtual | ~KTCutResultCore () |
MEMBERVARIABLE_PROTECTED (bool, State) | |
![]() | |
void | SetPrevPtrInNext () |
![]() | |
KTExtensibleStructCore * | fNext |
KTExtensibleStructCore * | fPrev |
Definition at line 54 of file KTTestCuts.hh.
|
static |
Definition at line 56 of file KTTestCuts.hh.