Public Member Functions | |
Info (Index i, Index off) | |
Index | ghostOff () const |
Index | index () const |
Index | off () const |
bool | operator< (const Info &info) const |
Index | adjust (Index i) const |
Protected Attributes | |
Index | m_i |
Index | m_off |
Index | m_ghostOff |
Friends | |
class | DelIndexLst |
Definition at line 39 of file delindexlst.h.
Definition at line 45 of file delindexlst.h.
00045 {m_i=i;m_off=off;m_ghostOff=0;}
Definition at line 50 of file delindexlst.h.
Index DelIndexLst::Info::ghostOff | ( | ) | const [inline] |
Definition at line 46 of file delindexlst.h.
00046 {return m_ghostOff;}
Index DelIndexLst::Info::index | ( | ) | const [inline] |
Definition at line 47 of file delindexlst.h.
00047 {return m_i;}
Index DelIndexLst::Info::off | ( | ) | const [inline] |
Definition at line 48 of file delindexlst.h.
00048 {return m_off;}
bool DelIndexLst::Info::operator< | ( | const Info & | info | ) | const [inline] |
Definition at line 49 of file delindexlst.h.
00049 {return m_i < info.m_i;}
friend class DelIndexLst [friend] |
Definition at line 41 of file delindexlst.h.
Index DelIndexLst::Info::m_ghostOff [protected] |
Definition at line 43 of file delindexlst.h.
Index DelIndexLst::Info::m_i [protected] |
Definition at line 43 of file delindexlst.h.
Index DelIndexLst::Info::m_off [protected] |
Definition at line 43 of file delindexlst.h.