MEAL::Argument::Value Class Referenceabstract

The value of an argument. More...

#include <Argument.h>

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

Public Member Functions

virtual ~Value ()
 Destructor.
virtual void apply () const =0
 Apply the value of this Argument.
virtual std::string get_string () const =0
 Return a string representation of the value, if posssible.
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

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

The value of an argument.

Member Function Documentation

◆ apply()

virtual void MEAL::Argument::Value::apply ( ) const
pure virtual

Apply the value of this Argument.

Implemented in MEAL::Axis< Type >::Value.

◆ get_string()

virtual std::string MEAL::Argument::Value::get_string ( ) const
pure virtual

Return a string representation of the value, if posssible.

Implemented in MEAL::Axis< Type >::Value.


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

Generated using doxygen 1.14.0