Sha256: 922e033aeeab2abfad4addf3469eeea09b79ade749024f270ca44831a2f0c3c7
Contents?: true
Size: 543 Bytes
Versions: 5
Compression:
Stored size: 543 Bytes
Contents
// // NamedTypesRegistry.h // drafter // // Created by Jiri Kratochvil on 19-01-2016 // Copyright (c) 2016 Apiary Inc. All rights reserved. // #ifndef DRAFTER_NAMEDTYPESREGISRTY_H #define DRAFTER_NAMEDTYPESREGISRTY_H #include "Blueprint.h" namespace refract { class Registry; } namespace drafter { template <typename T> struct NodeInfo; class ConversionContext; void RegisterNamedTypes(const NodeInfo<snowcrash::Elements>& elements, ConversionContext& context); } #endif // #ifndef DRAFTER_NAMEDTYPESREGISRTY_H
Version data entries
5 entries across 5 versions & 1 rubygems