Video Processing Framework
D:/J_PROGRAMI/SPLINEPROJECT/CODE2/Util_YAML/include/yaml-cpp/conversion.h File Reference
#include "yaml-cpp/null.h"
#include "yaml-cpp/traits.h"
#include <string>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  YAML

Functions

bool YAML::Convert (const std::string &input, std::string &output)
bool YAML::Convert (const std::string &input, bool &b)
bool YAML::Convert (const std::string &input, _Null &)
template<typename T >
bool YAML::Convert (const std::string &input, T &output, typename enable_if< is_numeric< T > >::type *=0)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines