#include <CCCollection.h>
Public Member Functions | |
| CCCollection (const std::string &value="", const std::string &type="", const std::string &name="", CCProcessor *srcProc=NULL) | |
| CCCollection (const CCCollection &c) | |
| ~CCCollection () | |
| const std::string & | getValue () const |
| const std::string & | getType () const |
| const std::string & | getName () const |
| CCProcessor * | getSrcProc () |
| void | setValue (const std::string &value) |
| void | setType (const std::string &type) |
| void | setName (const std::string &name) |
| void | setSrcProc (CCProcessor *srcProc) |
Private Attributes | |
| std::string | _value |
| std::string | _type |
| std::string | _name |
| CCProcessor * | _srcProc |
|
||||||||||||||||||||
|
Definition at line 7 of file CCCollection.cc. |
|
|
Definition at line 18 of file CCCollection.cc. |
|
|
Definition at line 14 of file CCCollection.cc. References _srcProc. |
|
|
Definition at line 35 of file CCCollection.h. |
|
|
Returns the source CCProcessor associated to this collection Definition at line 38 of file CCCollection.h. |
|
|
Definition at line 34 of file CCCollection.h. Referenced by marlin::CCProcessor::addDCol(), marlin::CCProcessor::addUCol(), and marlin::CCProcessor::writeToXML(). |
|
|
Definition at line 33 of file CCCollection.h. Referenced by marlin::CCProcessor::writeToXML(). |
|
|
Definition at line 33 of file CCCollection.cc. References _name. |
|
|
Sets the source CCProcessor associated to this collection Definition at line 37 of file CCCollection.cc. References _srcProc. |
|
|
Definition at line 29 of file CCCollection.cc. References _type. |
|
|
Definition at line 25 of file CCCollection.cc. References _value. |
|
|
Definition at line 51 of file CCCollection.h. Referenced by setName(). |
|
|
Definition at line 52 of file CCCollection.h. Referenced by setSrcProc(), and ~CCCollection(). |
|
|
Definition at line 50 of file CCCollection.h. Referenced by setType(). |
|
|
Definition at line 49 of file CCCollection.h. Referenced by setValue(). |
1.3.9.1