Added block seq indentation

This commit is contained in:
Jesse Beder
2012-05-21 21:04:10 -05:00
parent d86cfc1c63
commit b5d8241dfa
4 changed files with 18 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ namespace YAML
GroupType::value CurGroupType() const;
FlowType::value CurGroupFlowType() const;
int CurGroupIndent() const;
int CurIndent() const { return m_curIndent; }
bool HasAnchor() const { return m_hasAnchor; }
bool HasTag() const { return m_hasTag; }