|
lab_hash
Hellish Hash Tables
|
LogLine structure: Represents the information contained in a single line of the logfile. More...
Collaboration diagram for LogfileParser::LogLine:Public Member Functions | |
| LogLine (const std::string &line) | |
| Constructs a LogLine from a string (actual physical line in the logfile). More... | |
Public Attributes | |
| std::string | customer |
| The customer for this line,. More... | |
| std::string | url |
| The url for this line. More... | |
| time_t | date |
| The date for this line. More... | |
LogLine structure: Represents the information contained in a single line of the logfile.
| LogfileParser::LogLine::LogLine | ( | const std::string & | line | ) |
Constructs a LogLine from a string (actual physical line in the logfile).
| line | The line in the file to extract info from. |
| std::string LogfileParser::LogLine::customer |
The customer for this line,.
| std::string LogfileParser::LogLine::url |
The url for this line.
| time_t LogfileParser::LogLine::date |
The date for this line.