Sha256: 84934b49234d93dd8c71f9840738a67a6af7506a099ed23bfcde6ef8e24aa8b6

Contents?: true

Size: 584 Bytes

Versions: 6

Compression:

Stored size: 584 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 "BlueprintSourcemap.h"

namespace snowcrash {

    // Naive YAML serialization to ostream
    void SerializeYAML(const snowcrash::Blueprint& blueprint, std::ostream &os);

    // Naive Sourcmap YAML serialization to ostream
    void SerializeSourceMapYAML(const snowcrash::SourceMap<snowcrash::Blueprint>& blueprint, std::ostream &os);
}

#endif

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redsnow-0.3.7 ext/snowcrash/src/SerializeYAML.h
redsnow-0.3.4 ext/snowcrash/src/SerializeYAML.h
redsnow-0.3.3 ext/snowcrash/src/SerializeYAML.h
redsnow-0.3.2 ext/snowcrash/src/SerializeYAML.h
redsnow-0.3.1 ext/snowcrash/src/SerializeYAML.h
redsnow-0.3.0 ext/snowcrash/src/SerializeYAML.h