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
cond::SmallWORMDict::Frame Struct Reference

#include <SmallWORMDict.h>

Public Member Functions

 Frame ()
 
 Frame (char const *ib, unsigned int il, unsigned int iind)
 

Public Attributes

char const * b
 
unsigned int ind
 
unsigned int l
 

Detailed Description

Definition at line 28 of file SmallWORMDict.h.

Constructor & Destructor Documentation

cond::SmallWORMDict::Frame::Frame ( )
inline

Definition at line 29 of file SmallWORMDict.h.

29 : b(0){}
cond::SmallWORMDict::Frame::Frame ( char const *  ib,
unsigned int  il,
unsigned int  iind 
)
inline

Definition at line 30 of file SmallWORMDict.h.

32  :
33  b(ib),l(il),ind(iind){}
int ib
Definition: cuy.py:660

Member Data Documentation

char const* cond::SmallWORMDict::Frame::b
unsigned int cond::SmallWORMDict::Frame::ind

Definition at line 36 of file SmallWORMDict.h.

Referenced by cond::SmallWORMDict::IterHelp::frame().

unsigned int cond::SmallWORMDict::Frame::l