22 #ifndef HYPERTABLE_APACHELOGPARSER_H 
   23 #define HYPERTABLE_APACHELOGPARSER_H 
   27 #include <boost/iostreams/device/file.hpp> 
   28 #include <boost/iostreams/filtering_stream.hpp> 
   57     boost::iostreams::filtering_istream 
m_fin;
 
   63 #endif // HYPERTABLE_APACHELOGPARSER_H 
bool next(ApacheLogEntry &entry)
char * extract_timestamp(char *base, struct tm *tmp)
boost::iostreams::filtering_istream m_fin
char * extract_field(char *base, char **field_ptr)
void load(std::string filename)