#ifndef _TSEGIDMAPVARIABLESIZE #define _TSEGIDMAPVARIABLESIZE #include #include template < typename T > struct TSegIdMapVariableSize { private: rstl::reserved_vector< rstl::pair< signed char, signed char >, 100 > x4_links; }; #endif // _TSEGIDMAPVARIABLESIZE