#include <IntegrationExtension.h>

Inheritance diagram for Integration::Extension:
Reference::Able Reference::HeapTracked Pulsar::AuxColdPlasmaMeasures Pulsar::ColdPlasmaHistory Pulsar::Pointing Pulsar::SpectralKurtosis Pulsar::DeFaraday Pulsar::Dedisperse

Classes

class  Interface
 Convenience class implements TextInterface::To<T>::get_interface_name. More...

Public Member Functions

 Extension (const char *name)
 Construct with a name.
virtual ~Extension ()
 Destructor.
virtual Extensionclone () const=0
 Return a new copy-constructed instance identical to this instance.
virtual TextInterface::Parserget_interface ()
 Return a text interface that can be used to access this instance.
virtual void integrate (const Integration *subint)
 Integrate information from another Integration.
virtual void update (const Integration *subint)
 Update information based on the provided Integration.
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.
Public Member Functions inherited from Reference::Able
 Able (const Able &)
Ableoperator= (const Able &)
unsigned get_reference_count () const
Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
HeapTrackedoperator= (const HeapTracked &)
bool __is_on_heap () const

Static Public Member Functions

static Extensionfactory (const std::string &name)
 Derived type factory.
Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
static void operator delete (void *location, void *ptr)
static void operator delete (void *location)
static size_t get_heap_queue_size ()

Protected Member Functions

const Archiveget_parent (const Integration *subint) const
 Provide Extension derived classes with access to parent Archive.
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const

Protected Attributes

std::string extension_name
 Extension name - useful when debugging.

Detailed Description

Integration-derived classes may provide access to additional informaton through Extension-derived objects.


The documentation for this class was generated from the following files:

Generated using doxygen 1.14.0