#include "indri/WARCDocumentIterator.hpp"
#include <iostream>
#include "Exception.hpp"
Defines | |
#define | SPACES " \t\r\n" |
Functions | |
std::string | trim_right (const string &s, const string &t=SPACES) |
std::string | trim_left (const string &s, const string &t=SPACES) |
std::string | trim (const string &s, const string &t=SPACES) |
void | split (const std::string &line, std::string &key, std::string &value, char delim= ':') |
|
|
|
|
|
|
|
|
|
|