Added helper emitter functions, but we have a problem: YAML::Value is already a manipulator

This commit is contained in:
Jesse Beder
2011-09-10 16:50:44 -05:00
parent 12364895cb
commit 78b7a1b8a9
5 changed files with 47 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ namespace YAML
class ValueEvents
{
public:
ValueEvents(const Value& value);
explicit ValueEvents(const Value& value);
void Emit(EventHandler& handler);