// file : xsde/cxx/hybrid/aggregate-elements.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_HYBRID_AGGREGATE_ELEMENTS_HXX #define CXX_HYBRID_AGGREGATE_ELEMENTS_HXX #include #include namespace CXX { namespace Hybrid { typedef std::map TypeInstanceMap; struct InstanceInfo { SemanticGraph::Type* type; String name; }; typedef std::map TypeIdInstanceMap; } } #endif // CXX_HYBRID_AGGREGATE_ELEMENTS_HXX