#include <SIM_EmptyData.h>

Public Member Functions | |
| const SIM_Options & | getData () const |
| Provides read access to our SIM_Options internal data. | |
| SIM_Options & | getData () |
| Provides read and write access to our SIM_Options internal data. | |
| void | pubHandleModification () |
| Signals to the data that it has been altered externally. | |
Protected Member Functions | |
| SIM_EmptyData (const SIM_DataFactory *factory) | |
| virtual | ~SIM_EmptyData () |
Definition at line 27 of file SIM_EmptyData.h.
| SIM_EmptyData::SIM_EmptyData | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual SIM_EmptyData::~SIM_EmptyData | ( | ) | [protected, virtual] |
| SIM_Options& SIM_EmptyData::getData | ( | ) |
Provides read and write access to our SIM_Options internal data.
| const SIM_Options& SIM_EmptyData::getData | ( | ) | const |
Provides read access to our SIM_Options internal data.
| void SIM_EmptyData::pubHandleModification | ( | ) | [inline] |
Signals to the data that it has been altered externally.
Definition at line 37 of file SIM_EmptyData.h.
1.5.9