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

Public Member Functions | |
| KTExtensibleCutResult () | |
| virtual | ~KTExtensibleCutResult () |
| const std::string & | Name () const |
Public Member Functions inherited from KTExtensibleStruct< XDerivedType, KTCutResultCore > | |
| 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) |
Public Member Functions inherited from KTExtensibleStructCore< KTCutResultCore > | |
| 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 KTCutResultCore | |
| KTCutResultCore () | |
| virtual | ~KTCutResultCore () |
| MEMBERVARIABLE_PROTECTED (bool, State) | |
Additional Inherited Members | |
Protected Member Functions inherited from KTExtensibleStructCore< KTCutResultCore > | |
| void | SetPrevPtrInNext () |
Protected Attributes inherited from KTExtensibleStructCore< KTCutResultCore > | |
| KTExtensibleStructCore * | fNext |
| KTExtensibleStructCore * | fPrev |
Definition at line 35 of file KTCutResult.hh.
|
inline |
Definition at line 38 of file KTCutResult.hh.
|
inlinevirtual |
Definition at line 39 of file KTCutResult.hh.
|
inlinevirtual |
Implements KTCutResultCore.
Definition at line 45 of file KTCutResult.hh.
1.8.13