A dummy class that serves as a place holder. More...
#include <ESTCustomData.h>

Public Member Functions | |
| ESTCustomData () | |
| The default constructor. | |
| virtual | ~ESTCustomData () |
| The destructor. | |
A dummy class that serves as a place holder.
This is a standard decorator pattern that serves as a place holder for associating some user defined values with a given EST. Another class can be derived from this class to hold some information pertinent to a given EST and associated with an EST via the EST::setCustomData() and EST::getCustomData() methods.
Note that this class does not contain any data members and is merely a decorator. The constructor and destructor are present merely to adhere to coding conventions.
Definition at line 49 of file ESTCustomData.h.
| ESTCustomData::ESTCustomData | ( | ) | [inline] |
The default constructor.
The default constructor does nothing and is present merely to adhere to coding conventions.
Definition at line 56 of file ESTCustomData.h.
| virtual ESTCustomData::~ESTCustomData | ( | ) | [inline, virtual] |
The destructor.
The destructor does nothing and is present merely to adhere to coding conventions.
Definition at line 63 of file ESTCustomData.h.
1.6.1