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::RecordSpecImpl::Item Struct Reference

Public Member Functions

 Item (std::string const &iname, TypeHandler const *ih)
 

Public Attributes

TypeHandler const * handler
 
std::string name
 

Detailed Description

Definition at line 15 of file Record.cc.

Constructor & Destructor Documentation

ora::RecordSpecImpl::Item::Item ( std::string const &  iname,
TypeHandler const *  ih 
)
inline

Definition at line 16 of file Record.cc.

17  : name(iname), handler(ih){}
TypeHandler const * handler
Definition: Record.cc:19

Member Data Documentation

TypeHandler const* ora::RecordSpecImpl::Item::handler

Definition at line 19 of file Record.cc.

Referenced by ora::Record::destroy(), and ora::Record::init().

std::string ora::RecordSpecImpl::Item::name