ATLAS Offline Software
Loading...
Searching...
No Matches
pool::DbTransform Class Reference

#include <StorageSvc/DbTransform.h>

Collaboration diagram for pool::DbTransform:

Static Public Member Functions

static StatusCode getShape (const Guid &shape_Guid, const DbTypeInfo *&shape)
 Get the main shape matching the class GUID.
static const DbTypeInfogetShape (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.

Private Member Functions

 DbTransform ()
 This class does not want to be instantiated....

Detailed Description

Author
M.Frank
Version
1.0
Date
03/09/2002

Definition at line 28 of file DbTransform.h.

Constructor & Destructor Documentation

◆ DbTransform()

pool::DbTransform::DbTransform ( )
inlineprivate

This class does not want to be instantiated....

Definition at line 31 of file DbTransform.h.

31{}

Member Function Documentation

◆ 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

keep shape until the end

◆ 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: