#include "yaml-cpp-pm/null.h"#include "yaml-cpp-pm/traits.h"#include <limits>#include <string>#include <sstream>

Go to the source code of this file.
| Classes | |
| struct | YAML_PM::is_scalar_convertible< T > | 
| struct | YAML_PM::is_scalar_convertible< _Null > | 
| struct | YAML_PM::is_scalar_convertible< bool > | 
| struct | YAML_PM::is_scalar_convertible< std::string > | 
| Namespaces | |
| YAML_PM | |
| Functions | |
| YAML_CPP_API bool | YAML_PM::Convert (const std::string &input, _Null &output) | 
| YAML_CPP_API bool | YAML_PM::Convert (const std::string &input, bool &output) | 
| bool | YAML_PM::Convert (const std::string &input, std::string &output) | 
| template<typename T > | |
| bool | YAML_PM::Convert (const std::string &input, T &output, typename enable_if< is_numeric< T > >::type *=0) | 
| bool | YAML_PM::IsInfinity (const std::string &input) | 
| bool | YAML_PM::IsNaN (const std::string &input) | 
| bool | YAML_PM::IsNegativeInfinity (const std::string &input) |