|
| Extension (const char *name) |
| Construct with a name.
|
virtual | ~Extension () |
| Destructor.
|
virtual Extension * | clone () const=0 |
| Return a new copy-constructed instance identical to this instance.
|
virtual TextInterface::Parser * | get_interface () |
| Return a text interface that can be used to access this instance.
|
std::string | get_extension_name () const |
| Return the name of the Extension.
|
virtual std::string | get_short_name () const |
| Return an abbreviated name that can be typed relatively quickly.
|
virtual bool | has_data () const |
| Returns true if the Extension contains useful data.
|
virtual void | resize (unsigned nsubint, unsigned npol=0, unsigned nchan=0, unsigned nbin=0) |
| Resize the Extension.
|
virtual void | frequency_append (Archive *to, const Archive *from) |
| Append data along frequency dimension, if applicable.
|
| Able (const Able &) |
Able & | operator= (const Able &) |
unsigned | get_reference_count () const |
| HeapTracked (const HeapTracked &) |
HeapTracked & | operator= (const HeapTracked &) |
bool | __is_on_heap () const |
Archive-derived classes may provide access to additional informaton through Extension-derived objects.