#include <DetGroup.h>
Public Types | |
typedef std::vector < DetGroupElement > | Base |
typedef DetGroupElement::DetWithState | DetWithState |
Public Member Functions | |
DetGroup () | |
DetGroup (DetGroup const &rhs) | |
DetGroup (DetGroup &&rhs) | |
DetGroup (int ind, int indSize) | |
DetGroup (const std::vector< DetWithState > &vec) | |
void | incrementIndex (int incr) |
int | index () const |
int | indexSize () const |
DetGroup & | operator= (DetGroup const &rhs) |
DetGroup & | operator= (DetGroup &&rhs) |
void | setIndexSize (int newSize) |
Private Attributes | |
int | index_ |
int | indexSize_ |
Definition at line 48 of file DetGroup.h.
typedef std::vector< DetGroupElement> DetGroup::Base |
Definition at line 51 of file DetGroup.h.
Definition at line 52 of file DetGroup.h.
|
inline |
Definition at line 54 of file DetGroup.h.
|
inline |
Definition at line 55 of file DetGroup.h.
|
inline |
Definition at line 56 of file DetGroup.h.
|
inline |
Definition at line 71 of file DetGroup.h.
|
inline |
|
inline |
|
inline |
Definition at line 80 of file DetGroup.h.
References index_.
Referenced by BeautifulSoup.PageElement::_invert().
|
inline |
|
inline |
|
private |
Definition at line 94 of file DetGroup.h.
Referenced by incrementIndex(), index(), and operator=().
|
private |
Definition at line 95 of file DetGroup.h.
Referenced by incrementIndex(), indexSize(), operator=(), and setIndexSize().