Sha256: fa668d82bdf5f4ee3986abee91b9fe7b44f52ef77cdf79bf77c466ef5032032c

Contents?: true

Size: 657 Bytes

Versions: 5

Compression:

Stored size: 657 Bytes

Contents

//
//  RefractDataStructure.h
//  drafter
//
//  Created by Jiri Kratochvil on 18/05/15.
//  Copyright (c) 2015 Apiary Inc. All rights reserved.
//

#ifndef DRAFTER_REFRACTDATASTRUCTURE_H
#define DRAFTER_REFRACTDATASTRUCTURE_H

#include "Serialize.h"

namespace drafter {

    class ConversionContext;

    refract::IElement* MSONToRefract(const NodeInfo<snowcrash::DataStructure>& dataStructure, ConversionContext& context);
    refract::IElement* ExpandRefract(refract::IElement* element, ConversionContext& context);

    sos::Object SerializeRefract(refract::IElement*, ConversionContext& context);

}

#endif // #ifndef DRAFTER_REFRACTDATASTRUCTURE_H

Version data entries

5 entries across 5 versions & 1 rubygems

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