Started prepare node

This commit is contained in:
Jesse Beder
2012-05-21 17:06:12 -05:00
parent 923ccc8fed
commit 65d80ebc11
3 changed files with 68 additions and 4 deletions

View File

@@ -85,6 +85,13 @@ namespace YAML
void EmitKindTag();
void EmitTag(bool verbatim, const _Tag& tag);
void PrepareNode();
void PrepareTopNode();
void FlowSeqPrepareNode();
void BlockSeqPrepareNode();
void FlowMapPrepareNode();
void BlockMapPrepareNode();
const char *ComputeFullBoolName(bool b) const;
bool CanEmitNewline() const;