#include <SeqTable.h>
Public Member Functions | |
| void | Insert (const Sequence &seq) |
| Sequence * | Find (const char *name) |
Static Public Member Functions | |
| SeqTable & | Instance () |
Private Types | |
| typedef std::map< std::string, jobc::Sequence > | SeqTable_t |
Private Member Functions | |
| SeqTable () | |
Private Attributes | |
| SeqTable_t | fSeqTable |
| The set of sequences defined to the job. | |
Static Private Attributes | |
| SeqTable * | fInstance = 0 |
| Sole instance of table class. | |
Definition at line 18 of file SeqTable.h.
|
|
Definition at line 30 of file SeqTable.h. |
|
|
Definition at line 10 of file SeqTable.cxx. Referenced by Instance().
00010 { }
|
|
|
Definition at line 36 of file SeqTable.cxx. References fSeqTable. Referenced by Insert().
|
|
|
Definition at line 22 of file SeqTable.cxx. References Find(), fSeqTable, and jobc::Node::Name().
|
|
|
Definition at line 14 of file SeqTable.cxx. References fInstance, and SeqTable().
|
|
|
Sole instance of table class.
Definition at line 6 of file SeqTable.cxx. Referenced by Instance(). |
|
|
The set of sequences defined to the job.
Definition at line 31 of file SeqTable.h. |
1.3.5