test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 47 of file SmallWORMDict.h.

Member Typedef Documentation

Definition at line 48 of file SmallWORMDict.h.

Constructor & Destructor Documentation

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

Definition at line 49 of file SmallWORMDict.h.

49 : v(0){}
SmallWORMDict const * v
Definition: SmallWORMDict.h:65
cond::SmallWORMDict::IterHelp::IterHelp ( SmallWORMDict const &  iv)
inline

Definition at line 50 of file SmallWORMDict.h.

50 : v(&iv){}
SmallWORMDict const * v
Definition: SmallWORMDict.h:65

Member Function Documentation

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

Definition at line 52 of file SmallWORMDict.h.

References frame(), i, relval_2017::k, cond::SmallWORMDict::m_data, cond::SmallWORMDict::m_index, and v.

52  {
53  int k = (0==i) ? 0 : v->m_index[i-1];
54  return frame(&v->m_data[k], v->m_index[i]-k, i);
55  }
int i
Definition: DBlmapReader.cc:9
SmallWORMDict const * v
Definition: SmallWORMDict.h:65
std::vector< unsigned int > m_index
Frame const & frame(char const *b, unsigned int l, unsigned int ind) const
Definition: SmallWORMDict.h:57
std::vector< char > m_data

Member Data Documentation

Frame cond::SmallWORMDict::IterHelp::f
mutableprivate
SmallWORMDict const* cond::SmallWORMDict::IterHelp::v
private

Definition at line 65 of file SmallWORMDict.h.

Referenced by operator()().