#include "content.h" #include "node.h" #include namespace YAML { void Content::SetData(const std::string&) { assert(false); // TODO: throw } void Content::Append(std::auto_ptr) { assert(false); // TODO: throw } void Content::Insert(std::auto_ptr, std::auto_ptr) { assert(false); // TODO: throw } }