Added flow seq

This commit is contained in:
Jesse Beder
2012-05-22 15:42:45 -05:00
parent 2670ce8aaf
commit b8a87c43bc
4 changed files with 48 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ namespace YAML
std::size_t CurGroupChildCount() const;
bool CurGroupLongKey() const;
int LastIndent() const;
int CurIndent() const { return m_curIndent; }
bool HasAnchor() const { return m_hasAnchor; }
bool HasTag() const { return m_hasTag; }