#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 | |
bool | YAML_PM::Convert (const std::string &input, std::string &output) |
YAML_CPP_API bool | YAML_PM::Convert (const std::string &input, bool &output) |
YAML_CPP_API bool | YAML_PM::Convert (const std::string &input, _Null &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) |