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 {
7 
8  bool IsNull(const Node& node)
9  {
10  return node.Read(Null);
11  }
12 }
YAML_PM
Definition: aliasmanager.h:11
YAML_PM::Null
YAML_CPP_API _Null Null
Definition: null.cpp:6
YAML_PM::Node::Read
bool Read(T &value) const
Definition: nodereadimpl.h:68
null.h
node.h
YAML_PM::Node
Definition: node.h:33
YAML_PM::IsNull
YAML_CPP_API bool IsNull(const Node &node)
Definition: null.cpp:8
YAML_PM::_Null
Definition: null.h:15


mrpt_local_obstacles
Author(s): Jose-Luis Blanco-Claraco
autogenerated on Mon Aug 14 2023 02:09:03