#include <reporter.h>
Public Member Functions | |
subblock (const string &description, int blockcount, reporter *nparent) | |
~subblock () | |
subblock & | operator++ () |
int | operator() () |
Private Attributes | |
bool | empty |
int | entriestogo |
reporter * | parent |
reporter::reporter::subblock::subblock | ( | const string & | description, | |
int | blockcount, | |||
reporter * | nparent | |||
) | [inline] |
reporter::reporter::subblock::~subblock | ( | ) | [inline] |
int reporter::reporter::subblock::operator() | ( | ) | [inline] |
References reporter::reporter::subblock::entriestogo.
subblock& reporter::reporter::subblock::operator++ | ( | ) | [inline] |
bool reporter::reporter::subblock::empty [private] |
Referenced by reporter::reporter::subblock::subblock(), and reporter::reporter::subblock::~subblock().
int reporter::reporter::subblock::entriestogo [private] |
Referenced by reporter::reporter::subblock::operator()(), and reporter::reporter::subblock::operator++().
reporter* reporter::reporter::subblock::parent [private] |