Class LogFile
Defined in File log_file.hpp
Class Documentation
-
class LogFile
Public Functions
-
int size() const
Returns the number of modules in the log file.
-
bool getNextFeedback(GroupFeedback &feedback)
retrieves the next group feedback from the log file, if any exists
Warning: other data in the provided ‘Feedback’ object is erased!
- Parameters:
feedback – On success, the group feedback read from the group are written into this structure.
- Returns:
true
if feedback was returned, otherwisefalse
on failure
-
LogFile() = delete
-
~LogFile()
Public Static Functions
-
int size() const