CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Attributes
cond::SmallWORMDict::IterHelp Struct Reference

#include <SmallWORMDict.h>

Public Types

typedef Frame result_type
 

Public Member Functions

Frame const & frame (char const *b, unsigned int l, unsigned int ind) const
 
 IterHelp ()
 
 IterHelp (SmallWORMDict const &iv)
 
result_type const & operator() (int i) const
 

Private Attributes

Frame f
 
SmallWORMDict const * v
 

Detailed Description

Definition at line 40 of file SmallWORMDict.h.

Member Typedef Documentation

◆ result_type

Definition at line 41 of file SmallWORMDict.h.

Constructor & Destructor Documentation

◆ IterHelp() [1/2]

cond::SmallWORMDict::IterHelp::IterHelp ( )
inline

Definition at line 42 of file SmallWORMDict.h.

42 : v(nullptr) {}
SmallWORMDict const * v
Definition: SmallWORMDict.h:58

◆ IterHelp() [2/2]

cond::SmallWORMDict::IterHelp::IterHelp ( SmallWORMDict const &  iv)
inline

Definition at line 43 of file SmallWORMDict.h.

43 : v(&iv) {}
SmallWORMDict const * v
Definition: SmallWORMDict.h:58

Member Function Documentation

◆ frame()

Frame const& cond::SmallWORMDict::IterHelp::frame ( char const *  b,
unsigned int  l,
unsigned int  ind 
) const
inline

Definition at line 50 of file SmallWORMDict.h.

References cond::SmallWORMDict::Frame::b, b, f, cond::SmallWORMDict::Frame::ind, cond::SmallWORMDict::Frame::l, and MainPageGenerator::l.

50  {
51  f.b = b;
52  f.l = l;
53  f.ind = ind;
54  return f;
55  }
double b
Definition: hdecay.h:120

◆ operator()()

result_type const& cond::SmallWORMDict::IterHelp::operator() ( int  i) const
inline

Definition at line 45 of file SmallWORMDict.h.

References mps_fire::i, dqmdumpme::k, cond::SmallWORMDict::m_data, cond::SmallWORMDict::m_index, and v.

45  {
46  int k = (0 == i) ? 0 : v->m_index[i - 1];
47  return frame(&v->m_data[k], v->m_index[i] - k, i);
48  }
SmallWORMDict const * v
Definition: SmallWORMDict.h:58
std::vector< unsigned int > m_index
Definition: SmallWORMDict.h:95
std::vector< char > m_data
Definition: SmallWORMDict.h:94

Member Data Documentation

◆ f

Frame cond::SmallWORMDict::IterHelp::f
mutableprivate

◆ v

SmallWORMDict const* cond::SmallWORMDict::IterHelp::v
private

Definition at line 58 of file SmallWORMDict.h.

Referenced by operator()().