ProfileState ()
| ProfileState |
ProfileState (const string& comment, bool enabled, bool locked,
logentries *log)
| ProfileState |
void set_enabled (bool v)
| set_enabled |
bool enabled ()
| enabled |
[const]
void set_locked (bool v)
| set_locked |
bool locked ()
| locked |
[const]
logentries * logptr ()
| logptr |
[const]
void zap ()
| zap |
[const]
void set_iterator (const logentries::iterator& i)
| set_iterator |
void get_iterator (logentries::iterator& i)
| get_iterator |
int size ()
| size |
[const]
const string& comment ()
| comment |
[const]