#include "null.h"
#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | YAML |
Functions | |
template<typename T > | |
bool | YAML::Convert (const std::string &input, T &output, typename enable_if< is_numeric< T > >::type *=0) |
bool | YAML::Convert (const std::string &input, _Null &output) |
bool | YAML::Convert (const std::string &input, bool &output) |
bool | YAML::Convert (const std::string &input, std::string &output) |