#include <StorageSvc/DbTransform.h>
|
| static StatusCode | getShape (const Guid &shape_Guid, const DbTypeInfo *&shape) |
| | Get the main shape matching the class GUID.
|
| static const DbTypeInfo * | getShape (const Guid &shape_Guid, const std::string &rep) |
| | Get the shape matching the class GUID and the exact type shape given as string rep.
|
| static StatusCode | regShape (const DbTypeInfo *shape) |
| | Access entry in shape registry.
|
| static void | ownShape (const DbTypeInfo *shape) |
| | keep shape until the end
|
| static StatusCode | removeShape (const DbTypeInfo *shape) |
| | Access entry in shape registry.
|
|
| | DbTransform () |
| | This class does not want to be instantiated....
|
- Author
- M.Frank
- Version
- 1.0
- Date
- 03/09/2002
Definition at line 28 of file DbTransform.h.
◆ DbTransform()
| pool::DbTransform::DbTransform |
( |
| ) |
|
|
inlineprivate |
This class does not want to be instantiated....
Definition at line 31 of file DbTransform.h.
◆ getShape() [1/2]
| StatusCode pool::DbTransform::getShape |
( |
const Guid & | shape_Guid, |
|
|
const DbTypeInfo *& | shape ) |
|
static |
Get the main shape matching the class GUID.
◆ getShape() [2/2]
| const DbTypeInfo * pool::DbTransform::getShape |
( |
const Guid & | shape_Guid, |
|
|
const std::string & | rep ) |
|
static |
Get the shape matching the class GUID and the exact type shape given as string rep.
◆ ownShape()
| void pool::DbTransform::ownShape |
( |
const DbTypeInfo * | shape | ) |
|
|
static |
◆ regShape()
| StatusCode pool::DbTransform::regShape |
( |
const DbTypeInfo * | shape | ) |
|
|
static |
Access entry in shape registry.
◆ removeShape()
| StatusCode pool::DbTransform::removeShape |
( |
const DbTypeInfo * | shape | ) |
|
|
static |
Access entry in shape registry.
The documentation for this class was generated from the following file: