lab_hash
Hellish Hash Tables and their Applications
Public Member Functions | Public Attributes | List of all members
LogfileParser::LogLine Class Reference

LogLine structure: Represents the information contained in a single line of the logfile. More...

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,.
 
std::string url
 The url for this line. More...
 
time_t date
 The date for this line. More...
 

Detailed Description

LogLine structure: Represents the information contained in a single line of the logfile.

Author
Chase Geigle
Date
Spring 2011
Summer 2012

Constructor & Destructor Documentation

LogfileParser::LogLine::LogLine ( const std::string &  line)

Constructs a LogLine from a string (actual physical line in the logfile).

Parameters
lineThe line in the file to extract info from.

Member Data Documentation

std::string LogfileParser::LogLine::url

The url for this line.

time_t LogfileParser::LogLine::date

The date for this line.


The documentation for this class was generated from the following files: