Added tags to Node

This commit is contained in:
beder
2011-09-13 14:00:47 -05:00
parent 535f81a387
commit 8dcd96dbd2
7 changed files with 35 additions and 7 deletions

View File

@@ -54,6 +54,11 @@ namespace YAML
}
}
void node_data::set_tag(const std::string& tag)
{
m_tag = tag;
}
void node_data::set_null()
{
m_isDefined = true;