MEAL::Axis< Type > Class Template Reference

An argument of a specified type. More...

#include <Axis.h>

Inheritance diagram for MEAL::Axis< Type >:
MEAL::Argument Reference::Able Reference::HeapTracked

Classes

class  Value
 A value of the independent variable represented by Axis. More...
 

Public Member Functions

Valuenew_Value (const Type &value)
 Return a new instance of the Value of this argument.
 
Value get_Value (const Type &value)
 Return an instance of the Value of this argument.
 
void set_value (const Type &value)
 Set the value of the argument represented by this axis.
 
Type get_value () const
 Get the value of the argument represented by this axis.
 
- Public Member Functions inherited from MEAL::Argument
virtual ~Argument ()
 Destructor.
 
- 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
 

Public Attributes

Callback< Type > signal
 The mechanism by which methods are connected.
 

Protected Attributes

Type current_value
 

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 ()
 
- Static Public Attributes inherited from MEAL::Argument
static bool verbose = false
 Verbosity flag.
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Detailed Description

template<class Type>
class MEAL::Axis< Type >

An argument of a specified type.

This template class implements the Argument/Value interface by enabling methods to be connected and called by Value instances.


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

Generated using doxygen 1.8.17