ATLAS Offline Software
Static Public Member Functions | Private Member Functions | List of all members
pool::DbTransform Class Reference

#include <StorageSvc/DbTransform.h>

Collaboration diagram for pool::DbTransform:

Static Public Member Functions

static DbStatus getShape (const Guid &shape_Guid, const DbTypeInfo *&shape)
 Get the main shape matching the class GUID. More...
 
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. More...
 
static DbStatus regShape (const DbTypeInfo *shape)
 Access entry in shape registry. More...
 
static void ownShape (const DbTypeInfo *shape)
 keep shape until the end More...
 
static DbStatus removeShape (const DbTypeInfo *shape)
 Access entry in shape registry. More...
 

Private Member Functions

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

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]

static DbStatus pool::DbTransform::getShape ( const Guid shape_Guid,
const DbTypeInfo *&  shape 
)
static

Get the main shape matching the class GUID.

◆ getShape() [2/2]

static 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()

static void pool::DbTransform::ownShape ( const DbTypeInfo shape)
static

keep shape until the end

◆ regShape()

static DbStatus pool::DbTransform::regShape ( const DbTypeInfo shape)
static

Access entry in shape registry.

◆ removeShape()

static DbStatus pool::DbTransform::removeShape ( const DbTypeInfo shape)
static

Access entry in shape registry.


The documentation for this class was generated from the following file: