mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-02-21 15:36:28 +00:00
This commit is contained in:
@@ -144,6 +144,14 @@ namespace YAML
|
||||
}
|
||||
}
|
||||
|
||||
CONTENT_TYPE Node::GetType() const
|
||||
{
|
||||
if(!m_pContent)
|
||||
return CT_NONE;
|
||||
|
||||
return m_pContent->GetType();
|
||||
}
|
||||
|
||||
// begin
|
||||
// Returns an iterator to the beginning of this (sequence or map).
|
||||
Iterator Node::begin() const
|
||||
|
||||
Reference in New Issue
Block a user