Main Page   Compound List   File List   Compound Members   File Members  

logrecord.h File Reference

#include <string>

Go to the source code of this file.

Compounds

class  LogRecord
 A LogRecord object represents a line in the log file. More...


Functions

bool parse_line (const string &line, LogRecord &)
 parse_line fills a LogRecord from a string (a line in the log file).


Function Documentation

bool parse_line ( const string & line,
LogRecord & )
 

parse_line fills a LogRecord from a string (a line in the log file).

Definition at line 6 of file logrecord.C.

Referenced by main().

00006                                           {
00007 // Always succeeds for now.
00008 return true;
00009 }


httpstats-stage00 [ 7 April, 2001]