#include <ApacheLogParser.h>
Public Attributes | |
char * | ip_address |
char * | userid |
struct tm | tm |
char * | request |
char * | response_code |
char * | object_size |
char * | referer |
char * | user_agent |
Definition at line 35 of file ApacheLogParser.h.
char* Hypertable::ApacheLogEntry::ip_address |
Definition at line 37 of file ApacheLogParser.h.
char* Hypertable::ApacheLogEntry::object_size |
Definition at line 42 of file ApacheLogParser.h.
char* Hypertable::ApacheLogEntry::referer |
Definition at line 43 of file ApacheLogParser.h.
char* Hypertable::ApacheLogEntry::request |
Definition at line 40 of file ApacheLogParser.h.
char* Hypertable::ApacheLogEntry::response_code |
Definition at line 41 of file ApacheLogParser.h.
struct tm Hypertable::ApacheLogEntry::tm |
Definition at line 39 of file ApacheLogParser.h.
char* Hypertable::ApacheLogEntry::user_agent |
Definition at line 44 of file ApacheLogParser.h.
char* Hypertable::ApacheLogEntry::userid |
Definition at line 38 of file ApacheLogParser.h.