Skip to content

Instantly share code, notes, and snippets.

@xatest
xatest / YAMLPrinter.cpp
Created July 26, 2012 08:20
YAML printer test
#include <iostream>
#include <sstream>
using namespace std;
class YAMLPrinter
{
public:
inline void addKeyValue(const char* key, const char* value)
{