30 template <
class Key,
class Value,
class Graph,
class Alloc = allocator<Value> >
72 #if defined(__GTL_MSVCC) && _MSC_VER < 1310
81 #if defined(__GTL_MSVCC) && _MSC_VER < 1310
136 template <
class Key,
class Value,
class Graph,
class Alloc>
141 template <
class Key,
class Value,
class Graph,
class Alloc>
143 data(g.number_of_ids(
Key()), t2)
147 template <
class Key,
class Value,
class Graph,
class Alloc>
150 int n = g.number_of_ids(
Key());
155 template <
class Key,
class Value,
class Graph,
class Alloc>
158 if(t1.id() >= (signed)
data.size())
160 if (t1.id() >= (signed)
data.capacity()) {
161 data.reserve((6 * t1.id()) / 5 + 1);
166 return data.operator[](t1.id());
169 template <
class Key,
class Value,
class Graph,
class Alloc>
173 return data.operator[](t1.id());
176 template <
class Key,
class Value,
class Graph,
class Alloc>
186 #endif // GTL_NE_MAP_H