mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Started prepare node
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user