|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/ffaobjects/FlagSavev1.h>
Inheritance diagram for FlagSavev1:
Collaboration diagram for FlagSavev1:Public Member Functions | |
| FlagSavev1 () | |
| ctor More... | |
| virtual | ~FlagSavev1 () |
| dtor More... | |
| FlagSavev1 * | clone () const |
| Virtual copy constructor. More... | |
| void | Reset () |
| Clear Event. More... | |
| int | isValid () const |
| isValid returns non zero if object contains valid data More... | |
| void | identify (std::ostream &os=std::cout) const |
| int | FillFromPHFlag (const PHFlag *flags) |
| int | PutFlagsBack (PHFlag *flags) |
Public Member Functions inherited from FlagSave | |
| virtual | ~FlagSave () |
| dtor More... | |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor More... | |
| virtual | ~PHObject () |
| dtor More... | |
| virtual int | isValid (const float) const |
| virtual int | isValid (const double) const |
| virtual int | isValid (const int) const |
| virtual int | isValid (const unsigned int) const |
| virtual int | isImplemented (const float f) const |
| virtual int | isImplemented (const double f) const |
| virtual int | isImplemented (const int i) const |
| virtual int | isImplemented (const unsigned int i) const |
| void | SplitLevel (const int i) |
| int | SplitLevel () const |
| void | BufferSize (const int i) |
| int | BufferSize () const |
Protected Member Functions | |
| int | FillIntFromPHFlag (const PHFlag *flags) |
| int | FillDoubleFromPHFlag (const PHFlag *flags) |
| int | FillFloatFromPHFlag (const PHFlag *flags) |
| int | FillCharFromPHFlag (const PHFlag *flags) |
| int | PutIntToPHFlag (PHFlag *flags) |
| int | PutDoubleToPHFlag (PHFlag *flags) |
| int | PutFloatToPHFlag (PHFlag *flags) |
| int | PutCharToPHFlag (PHFlag *flags) |
| void | PrintIntFlag (std::ostream &os) const |
| void | PrintDoubleFlag (std::ostream &os) const |
| void | PrintFloatFlag (std::ostream &os) const |
| void | PrintStringFlag (std::ostream &os) const |
Protected Attributes | |
| std::map< std::string, int > | intflag |
| std::map< std::string, double > | doubleflag |
| std::map< std::string, float > | floatflag |
| std::map< std::string, std::string > | stringflag |
Definition at line 12 of file FlagSavev1.h.
|
inline |
ctor
Definition at line 17 of file FlagSavev1.h.
|
inlinevirtual |
dtor
Definition at line 19 of file FlagSavev1.h.
|
virtual |
Virtual copy constructor.
Reimplemented from PHObject.
Definition at line 7 of file FlagSavev1.cc.
References doubleflag, floatflag, intflag, and stringflag.
|
protected |
Definition at line 101 of file FlagSavev1.cc.
References PHFlag::CharMap().
Here is the call graph for this function:
|
protected |
Definition at line 77 of file FlagSavev1.cc.
References PHFlag::DoubleMap().
Here is the call graph for this function:
|
protected |
Definition at line 89 of file FlagSavev1.cc.
References PHFlag::FloatMap().
Here is the call graph for this function:
|
virtual |
Reimplemented from FlagSave.
Definition at line 44 of file FlagSavev1.cc.
|
protected |
Definition at line 65 of file FlagSavev1.cc.
References PHFlag::IntMap().
Here is the call graph for this function:
|
virtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from FlagSave.
Definition at line 33 of file FlagSavev1.cc.
|
virtual |
isValid returns non zero if object contains valid data
Reimplemented from FlagSave.
Definition at line 20 of file FlagSavev1.cc.
|
protected |
Definition at line 174 of file FlagSavev1.cc.
|
protected |
Definition at line 190 of file FlagSavev1.cc.
|
protected |
Definition at line 158 of file FlagSavev1.cc.
|
protected |
Definition at line 206 of file FlagSavev1.cc.
|
protected |
Definition at line 147 of file FlagSavev1.cc.
References PHFlag::set_CharFlag().
Here is the call graph for this function:
|
protected |
Definition at line 125 of file FlagSavev1.cc.
References PHFlag::set_DoubleFlag().
Here is the call graph for this function:
|
virtual |
Reimplemented from FlagSave.
Definition at line 54 of file FlagSavev1.cc.
|
protected |
Definition at line 136 of file FlagSavev1.cc.
References PHFlag::set_FloatFlag().
Here is the call graph for this function:
|
protected |
Definition at line 114 of file FlagSavev1.cc.
References PHFlag::set_IntFlag().
Here is the call graph for this function:
|
inlinevirtual |
|
protected |
Definition at line 52 of file FlagSavev1.h.
Referenced by clone().
|
protected |
Definition at line 53 of file FlagSavev1.h.
Referenced by clone().
|
protected |
Definition at line 51 of file FlagSavev1.h.
Referenced by clone().
|
protected |
Definition at line 54 of file FlagSavev1.h.
Referenced by clone().