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

◆ Frame() [1/2]

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

Definition at line 33 of file SmallWORMDict.h.

33 : b(nullptr) {}

◆ Frame() [2/2]

cond::SmallWORMDict::Frame::Frame ( char const *  ib,
unsigned int  il,
unsigned int  iind 
)
inline

Definition at line 34 of file SmallWORMDict.h.

34 : b(ib), l(il), ind(iind) {}
ib
Definition: cuy.py:661

Member Data Documentation

◆ b

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

◆ ind

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

Definition at line 37 of file SmallWORMDict.h.

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

◆ l

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