Sha256: e9f95dd85efe17756d30ca4194be419c638b733f4fea9f55d08bcd0edc329aba
Contents?: true
Size: 414 Bytes
Versions: 9
Compression:
Stored size: 414 Bytes
Contents
// // SerializeYAML.h // snowcrash // // Created by Zdenek Nemec on 5/3/13. // Copyright (c) 2013 Apiary Inc. All rights reserved. // #ifndef SNOWCRASH_SERIALIZE_YAML_H #define SNOWCRASH_SERIALIZE_YAML_H #include <ostream> #include "Blueprint.h" namespace snowcrash { // Naive YAML serialization to ostream void SerializeYAML(const snowcrash::Blueprint& blueprint, std::ostream &os); } #endif
Version data entries
9 entries across 9 versions & 1 rubygems