GENIE
|
Implementation of functions in FileReader.h. More...
#include <stdio.h>
#include <stdlib.h>
#include <fstream>
#include <vector>
#include <string>
#include <cstring>
#include <stdexcept>
#include <map>
#include <iostream>
#include <genie/utility/Logger.h>
#include <genie/query/query.h>
#include <genie/table/inv_table.h>
#include "FileReader.h"
Go to the source code of this file.
Functions | |
vector< string > | split (string &str, const char *c) |
string | eraseSpace (string origin) |
Implementation of functions in FileReader.h.
Definition in file FileReader.cc.
string eraseSpace | ( | string | origin | ) |
Definition at line 42 of file FileReader.cc.
vector<string> split | ( | string & | str, |
const char * | c | ||
) |
Definition at line 26 of file FileReader.cc.