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