Loxahatchee  v0.0.1-1346
Lox Convenience C++ Library
LoxTypes.hpp File Reference

Several common or convenient data types. More...

#include <map>
#include <set>
#include <vector>
#include <string>
Include dependency graph for LoxTypes.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 Lox
 Common methods and functionality easily shared between projects.
 

Typedefs

typedef std::map< std::string, std::string > Lox::MStr
 Map of string-to-string. More...
 
typedef std::set< std::string > Lox::SStr
 Set of strings, automatically sorted alphabetically. More...
 
typedef std::vector< std::string > Lox::VStr
 Vector of strings. More...
 

Detailed Description

Several common or convenient data types.