ATLAS Offline Software
|
#include <StorageSvc/Shape.h>
Public Member Functions | |
Shape () | |
Standard Constructor. More... | |
virtual | ~Shape () |
Standard Destructor. More... | |
const Guid & | shapeID () const |
Access database identifier. More... | |
Guid & | shapeID () |
void | setShapeID (const Guid &id) |
Access database identifier. More... | |
Guid & | setShapeID (const std::string &id) |
Protected Attributes | |
Guid | m_id |
Object global identifier. More... | |
Description:
Without a concrete implementation behind, this class is rather useless. Objects of this type cannot be used directly. This class can hence only serve as a base class.
|
inlinevirtual |