Sha256: 4c3c262ab9b95fd746ad951432eb1d5271dc723ccce7836e790707d1c1e74ac6

Contents?: true

Size: 720 Bytes

Versions: 5

Compression:

Stored size: 720 Bytes

Contents

//
//  SerializeAST.h
//  drafter
//
//  Created by Pavan Kumar Sunkara on 18/01/15.
//  Copyright (c) 2015 Apiary Inc. All rights reserved.
//

#ifndef DRAFTER_SERIALIZEAST_H
#define DRAFTER_SERIALIZEAST_H

#include "Serialize.h"

namespace drafter {

    class ConversionContext;

    /**
     * NOTE: depracated as entry point for serialization
     *
     * Since version 2.0.0 you should use everywhere `WrapResult()` function instead of this one
     *
     * This function now works just as AST serialization wrapper
     * additionaly there is changed function interface 
     */
    sos::Object WrapBlueprint(const snowcrash::ParseResult<snowcrash::Blueprint>& blueprint, ConversionContext& context);
}

#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lounge_lizard-0.1.4 ext/drafter/src/SerializeAST.h
lounge_lizard-0.1.3 ext/drafter/src/SerializeAST.h
lounge_lizard-0.1.2 ext/drafter/src/SerializeAST.h
lounge_lizard-0.1.1 ext/drafter/src/SerializeAST.h
lounge_lizard-0.1.0 ext/drafter/src/SerializeAST.h