#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 |
Definition at line 26 of file SmallWORMDict.h.
cond::SmallWORMDict::Frame::Frame | ( | ) | [inline] |
Definition at line 27 of file SmallWORMDict.h.
: b(0){}
cond::SmallWORMDict::Frame::Frame | ( | char const * | ib, |
unsigned int | il, | ||
unsigned int | iind | ||
) | [inline] |
Definition at line 28 of file SmallWORMDict.h.
char const* cond::SmallWORMDict::Frame::b |
Definition at line 32 of file SmallWORMDict.h.
Referenced by cond::SmallWORMDict::IterHelp::frame(), and cond::LessFrame::operator()().
unsigned int cond::SmallWORMDict::Frame::ind |
Definition at line 34 of file SmallWORMDict.h.
Referenced by cond::SmallWORMDict::IterHelp::frame().
unsigned int cond::SmallWORMDict::Frame::l |
Definition at line 33 of file SmallWORMDict.h.
Referenced by cond::SmallWORMDict::IterHelp::frame(), and cond::LessFrame::operator()().