#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 (SmallWORMDict const &iv) | |
IterHelp () | |
result_type const & | operator() (int i) const |
Private Attributes | |
Frame | f |
SmallWORMDict const * | v |
Definition at line 37 of file SmallWORMDict.h.
Definition at line 38 of file SmallWORMDict.h.
cond::SmallWORMDict::IterHelp::IterHelp | ( | ) | [inline] |
Definition at line 39 of file SmallWORMDict.h.
: v(0){}
cond::SmallWORMDict::IterHelp::IterHelp | ( | SmallWORMDict const & | iv | ) | [inline] |
Definition at line 40 of file SmallWORMDict.h.
: v(&iv){}
Frame const& cond::SmallWORMDict::IterHelp::frame | ( | char const * | b, |
unsigned int | l, | ||
unsigned int | ind | ||
) | const [inline] |
Definition at line 47 of file SmallWORMDict.h.
References b, cond::SmallWORMDict::Frame::b, f, cond::SmallWORMDict::Frame::ind, prof2calltree::l, and cond::SmallWORMDict::Frame::l.
Referenced by operator()().
result_type const& cond::SmallWORMDict::IterHelp::operator() | ( | int | i | ) | const [inline] |
Frame cond::SmallWORMDict::IterHelp::f [mutable, private] |
Definition at line 56 of file SmallWORMDict.h.
Referenced by frame().
SmallWORMDict const* cond::SmallWORMDict::IterHelp::v [private] |
Definition at line 55 of file SmallWORMDict.h.
Referenced by operator()().