|
virtual Parameters * | clone () const =0 |
| Return a new, copy constructed instance of self.
|
|
virtual bool | equals (const Parameters *that) const =0 |
| Return true if *this == *that.
|
|
virtual void | load (FILE *)=0 |
| Load from an open stream.
|
|
virtual void | unload (FILE *) const =0 |
| Unload to an open stream.
|
|
void | load (const std::string &filename) |
| Load from the named file.
|
|
void | unload (const std::string &filename) const |
| Unload to the named file.
|
|
virtual std::string | get_name () const |
| Return the pulsar name.
|
|
virtual std::string | get_value (const std::string &keyword) const |
| Retrieve a string from the text.
|
|
| Able () |
| Default constructor.
|
|
| Able (const Able &) |
| Copy constructor.
|
|
Able & | operator= (const Able &) |
| Assignment operator.
|
|
virtual | ~Able () |
| Destructor.
|
|
unsigned | get_reference_count () const |
| Returns the number of references there are to this.
|
|
| HeapTracked () |
| Default constructor.
|
|
| HeapTracked (const HeapTracked &) |
| Copy constructor.
|
|
HeapTracked & | operator= (const HeapTracked &) |
| Assignment operator.
|
|
virtual | ~HeapTracked () |
| Destructor.
|
|
bool | __is_on_heap () const |
| Return true if this instance is found in heap addresses.
|
|
|
static void | children (std::vector< Reference::To< Parameters > > &) |
| Factory helper creates a vector of pointers to derived class instances.
|
|
static size_t | get_instance_count () |
| Returns the current number instances in existence.
|
|
static void * | operator new (size_t size, void *ptr=0) |
| Records the addresses of new instances allocated on the heap.
|
|
static void | operator delete (void *location, void *ptr) |
| Placement delete overload to match the placement new overload.
|
|
static void | operator delete (void *location) |
| Regular delete overload.
|
|
static size_t | get_heap_queue_size () |
| Return the number of heap addresses awaiting processing.
|
|
Storage of pulsar parameters used to create a Predictor.
This pure virtual base class defines the interface to pulsar parameters