| |
libFAUDES
Sections
Index
|
faudes::ClockSet Class Reference |
Public Member Functions | |
ClockSet (void) | |
Constructor. | |
ClockSet (const ClockSet &rOtherSet) | |
Copy-constructor. | |
ClockSet (const std::string &rFilename, const std::string &rLabel="Clocks") | |
Construct from file. | |
virtual ClockSet * | New () const |
Create new ClockSet on heap. | |
virtual ClockSet & | operator= (const ClockSet &rSrc) |
Assignment operator (uses Copy). | |
Static Public Member Functions | |
static SymbolTable * | StaticSymbolTablep (void) |
Get pointer to static clock SymbolTable. | |
Static Private Attributes | |
static SymbolTable | msSymbolTable |
Static global SymbolTable for clock names. |
faudes::ClockSet::ClockSet | ( | void | ) |
Constructor.
faudes::ClockSet::ClockSet | ( | const ClockSet & | rOtherSet | ) |
Copy-constructor.
rOtherSet | Set to copy |
faudes::ClockSet::ClockSet | ( | const std::string & | rFilename, | |
const std::string & | rLabel = "Clocks" | |||
) |
Construct from file.
Uses the NameSet's Read() function to scan a file for a specified clockset.
rFilename | File to read | |
rLabel | Section label for the clocks in the file; default value "Clocks" |
ClockSet * faudes::ClockSet::New | ( | void | ) | const [virtual] |
Create new ClockSet on heap.
Reimplemented from faudes::NameSet.
Assignment operator (uses Copy).
rSrc | Source from which to assign |
SymbolTable * faudes::ClockSet::StaticSymbolTablep | ( | void | ) | [static] |
SymbolTable faudes::ClockSet::msSymbolTable [static, private] |
Static global SymbolTable for clock names.
libFAUDES 2.13a c++ source docu by doxygen 1.5.6