Radium Engine
1.5.0
|
#include <Core/Utils/IndexedObject.hpp>
Public Member Functions | |
IndexedObject (Index idx=Index::Invalid()) | |
CONSTRUCTOR. | |
IndexedObject (const IndexedObject &id_obj)=default | |
void | setIndex (const Index &idx) |
const Index & | getIndex () const |
Protected Attributes | |
Index | m_idx |
VARIABLE. | |
Base class for objects that will be used through an index.
Definition at line 13 of file IndexedObject.hpp.