Go to the source code of this file.
Namespaces | |
YAML_PM | |
Macros | |
#define | MAKE_INDEX_TYPE(Type) template <> struct is_index_type_with_check<Type, is_same_type<Type, std::size_t>::value> { enum { value = true }; } |
Functions | |
template<typename T > | |
const Node * | YAML_PM::FindFromNodeAtIndex (const Node &node, const T &key) |
YAML_PM::MAKE_INDEX_TYPE (int) | |
YAML_PM::MAKE_INDEX_TYPE (unsigned) | |
YAML_PM::MAKE_INDEX_TYPE (short) | |
YAML_PM::MAKE_INDEX_TYPE (long) | |
#define MAKE_INDEX_TYPE | ( | Type | ) | template <> struct is_index_type_with_check<Type, is_same_type<Type, std::size_t>::value> { enum { value = true }; } |
Definition at line 28 of file nodeutil.h.