mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
This commit is contained in:
@@ -163,6 +163,11 @@ namespace YAML
|
||||
out << std::endl;
|
||||
}
|
||||
|
||||
CONTENT_TYPE Map::GetType() const
|
||||
{
|
||||
return CT_MAP;
|
||||
}
|
||||
|
||||
int Map::Compare(Content *pContent)
|
||||
{
|
||||
return -pContent->Compare(this);
|
||||
|
Reference in New Issue
Block a user