CMS 3D CMS Logo

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

Constructor & Destructor Documentation

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

Definition at line 33 of file SmallWORMDict.h.

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

Definition at line 34 of file SmallWORMDict.h.

36  :
37  b(ib),l(il),ind(iind){}
ib
Definition: cuy.py:660

Member Data Documentation

char const* cond::SmallWORMDict::Frame::b

Definition at line 38 of file SmallWORMDict.h.

Referenced by cond::LessFrame::operator()().

unsigned int cond::SmallWORMDict::Frame::ind

Definition at line 40 of file SmallWORMDict.h.

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