Several common or convenient data types. More...
#include <map>
#include <set>
#include <vector>
#include <string>
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... | |
Several common or convenient data types.