|
Video Processing Framework
|
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) |