|
OpenMD 3.2
Molecular Dynamics in the Open
|
@ class GenericData GenericData.hpp "utils/GenericData.hpp" More...
#include <GenericData.hpp>
Public Member Functions | |
| GenericData (const std::string &id) | |
| virtual | ~GenericData () |
| virtual destructor | |
| const std::string | getID () const |
| Returns the id of this generic data. | |
| void | setID (const std::string &id) |
| Sets the id of this generic data. | |
@ class GenericData GenericData.hpp "utils/GenericData.hpp"
Base class for generic data which is associated with an id
Definition at line 71 of file GenericData.hpp.
|
inline |
Definition at line 73 of file GenericData.hpp.
|
inline |
Definition at line 75 of file GenericData.hpp.
|
inlinevirtual |
virtual destructor
Definition at line 78 of file GenericData.hpp.
|
inline |
Returns the id of this generic data.
Definition at line 87 of file GenericData.hpp.
|
inline |
Sets the id of this generic data.
| id | the id to be set |
Definition at line 96 of file GenericData.hpp.