Skylark (Sketching Library)  0.1
Typedefs
/var/lib/jenkins/jobs/Skylark/workspace/examples/parser.hpp File Reference
#include <string>
#include <cstdlib>
#include <ext/hash_map>
#include "utilities.hpp"
Include dependency graph for parser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef __gnu_cxx::hash_map
< const char *, const char * > 
string_string_map_t
typedef __gnu_cxx::hash_map
< const char *, int > 
string_int_map_t

Typedef Documentation

typedef __gnu_cxx::hash_map<const char*, int> string_int_map_t

Definition at line 16 of file parser.hpp.

typedef __gnu_cxx::hash_map<const char*, const char*> string_string_map_t

Definition at line 15 of file parser.hpp.