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