Sha256: 7f9a599080b29099353db6f9abcf5edb09dd05481430e18568b68aa454c06032

Contents?: true

Size: 613 Bytes

Versions: 4

Compression:

Stored size: 613 Bytes

Contents

//
//  SerializeResult.h
//  drafter
//
//  Created by Jiri Kratochvil on 27-02-2015
//  Copyright (c) 2015 Apiary Inc. All rights reserved.
//

#ifndef DRAFTER_SERIALIZE_RESULT_H
#define DRAFTER_SERIALIZE_RESULT_H

#include "Serialize.h"

#include "SectionParserData.h" // required by BlueprintParserOptions

namespace snowcrash {
    struct Blueprint;
    template <typename T> struct ParseResult; 
}

namespace drafter {

    sos::Object WrapResult(const snowcrash::ParseResult<snowcrash::Blueprint>& blueprint, const snowcrash::BlueprintParserOptions options);
}

#endif // #ifndef DRAFTER_SERIALIZE_RESULT_H

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
redsnow-0.4.4 ext/drafter/src/SerializeResult.h
redsnow-0.4.3 ext/drafter/src/SerializeResult.h
redsnow-0.4.1 ext/drafter/src/SerializeResult.h
redsnow-0.4.0 ext/drafter/src/SerializeResult.h