CMS 3D CMS Logo

Public Member Functions | Public Attributes

cond::SmallWORMDict::Frame Struct Reference

#include <SmallWORMDict.h>

List of all members.

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 26 of file SmallWORMDict.h.


Constructor & Destructor Documentation

cond::SmallWORMDict::Frame::Frame ( ) [inline]

Definition at line 27 of file SmallWORMDict.h.

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

Definition at line 28 of file SmallWORMDict.h.

                               :
        b(ib),l(il),ind(iind){}

Member Data Documentation

Definition at line 34 of file SmallWORMDict.h.

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