MEAL::Agent Class Referenceabstract

Pure virtual base class of Advocate template base class. More...

#include <Agent.h>

Inheritance diagram for MEAL::Agent:
Reference::Able Reference::HeapTracked MEAL::Advocate< Type >

Public Member Functions

virtual ~Agent ()
 Destructor.
 
virtual std::string get_name ()=0
 Return the name of the derived class.
 
virtual Functionnew_Function ()=0
 Return a null-constructed instance of the derived class.
 
- 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
 

Friends

class Function
 Declare friends with Function so Function::load can access registry.
 

Additional Inherited Members

- 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 inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Detailed Description

Pure virtual base class of Advocate template base class.


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

Generated using doxygen 1.8.17