#include <oplObject.h>
Public Member Functions | |
const std::string & | getObjectID () const |
virtual void | initialize () |
Object (const std::string &objectID) | |
virtual | ~Object () |
Private Attributes | |
std::string | objectID |
Definition at line 15 of file oplObject.h.
opl::interface::Object::Object | ( | const std::string & | objectID | ) |
Definition at line 10 of file oplObject.cpp.
opl::interface::Object::~Object | ( | ) | [virtual] |
Definition at line 15 of file oplObject.cpp.
const std::string& opl::interface::Object::getObjectID | ( | ) | const [inline] |
Definition at line 24 of file oplObject.h.
void opl::interface::Object::initialize | ( | ) | [virtual] |
Definition at line 19 of file oplObject.cpp.
std::string opl::interface::Object::objectID [private] |
Definition at line 18 of file oplObject.h.