contrib
yaml-cpp-pm
src
null.cpp
Go to the documentation of this file.
1
#include "
yaml-cpp-pm/null.h
"
2
#include "
yaml-cpp-pm/node.h
"
3
4
namespace
YAML_PM
5
{
6
_Null
Null
;
7
8
bool
IsNull
(
const
Node
& node)
9
{
10
return
node.
Read
(Null);
11
}
12
}
null.h
node.h
YAML_PM::IsNull
YAML_CPP_API bool IsNull(const Node &node)
Definition:
null.cpp:8
YAML_PM::Node
Definition:
node.h:33
YAML_PM::Null
YAML_CPP_API _Null Null
Definition:
null.cpp:6
YAML_PM
Definition:
aliasmanager.h:11
YAML_PM::Node::Read
bool Read(T &value) const
Definition:
nodereadimpl.h:68
YAML_PM::_Null
Definition:
null.h:15
libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:02