00001 #include "yaml-cpp-pm/null.h" 00002 #include "yaml-cpp-pm/node.h" 00003 00004 namespace YAML_PM 00005 { 00006 _Null Null; 00007 00008 bool IsNull(const Node& node) 00009 { 00010 return node.Read(Null); 00011 } 00012 }