lab_hash
Hellish Hash Tables
LogfileParser::LogLine Class Reference

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...
 

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

◆ LogLine()

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

◆ customer

std::string LogfileParser::LogLine::customer

The customer for this line,.

◆ url

std::string LogfileParser::LogLine::url

The url for this line.

◆ date

time_t LogfileParser::LogLine::date

The date for this line.


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