CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Simple YAML parser for CoastalME configuration files. More...
#include <string>
#include <map>
#include <vector>
#include <fstream>
Go to the source code of this file.
Data Structures | |
class | CYamlNode |
Simple YAML node class to represent parsed values. More... | |
class | CYamlParser |
Simple YAML parser class. More... | |
class | map< K, T > |
STL class. More... | |
Simple YAML parser for CoastalME configuration files.
A lightweight YAML parser using only standard C++ library, designed specifically for CoastalME configuration needs
Definition in file yaml_parser.h.