// file : xsde/cxx/serializer/serializer-inline.hxx // copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_SERIALIZER_SERIALIZER_INLINE_HXX #define CXX_SERIALIZER_SERIALIZER_INLINE_HXX #include namespace CXX { namespace Serializer { void generate_serializer_inline (Context&); } } #endif // CXX_SERIALIZER_SERIALIZER_INLINE_HXX