CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
ora::PoolDbCacheData Struct Reference

#include <PoolDatabaseSchema.h>

Public Member Functions

PoolDbCacheDataoperator= (const PoolDbCacheData &rhs)
 
 PoolDbCacheData ()
 
 PoolDbCacheData (int id, const std::string &name, const std::string &className, const std::string &mappingVersion, unsigned int nobjWritten)
 
 PoolDbCacheData (const PoolDbCacheData &rhs)
 
 ~PoolDbCacheData ()
 

Public Attributes

std::string m_className
 
int m_id
 
std::string m_mappingVersion
 
std::string m_name
 
unsigned int m_nobjWr
 

Detailed Description

Definition at line 10 of file PoolDatabaseSchema.h.

Constructor & Destructor Documentation

ora::PoolDbCacheData::PoolDbCacheData ( )

Definition at line 325 of file PoolDatabaseSchema.cc.

ora::PoolDbCacheData::PoolDbCacheData ( int  id,
const std::string &  name,
const std::string &  className,
const std::string &  mappingVersion,
unsigned int  nobjWritten 
)

Definition at line 333 of file PoolDatabaseSchema.cc.

ora::PoolDbCacheData::~PoolDbCacheData ( )

Definition at line 345 of file PoolDatabaseSchema.cc.

ora::PoolDbCacheData::PoolDbCacheData ( const PoolDbCacheData rhs)

Definition at line 348 of file PoolDatabaseSchema.cc.

Member Function Documentation

ora::PoolDbCacheData & ora::PoolDbCacheData::operator= ( const PoolDbCacheData rhs)

Definition at line 356 of file PoolDatabaseSchema.cc.

Member Data Documentation

std::string ora::PoolDbCacheData::m_className

Definition at line 24 of file PoolDatabaseSchema.h.

int ora::PoolDbCacheData::m_id

Definition at line 22 of file PoolDatabaseSchema.h.

std::string ora::PoolDbCacheData::m_mappingVersion

Definition at line 25 of file PoolDatabaseSchema.h.

std::string ora::PoolDbCacheData::m_name

Definition at line 23 of file PoolDatabaseSchema.h.

unsigned int ora::PoolDbCacheData::m_nobjWr

Definition at line 26 of file PoolDatabaseSchema.h.