Pyrogenesis
13997
|
Public Member Functions | |
InserterWithoutDuplicates (std::vector< T > &vec) | |
size_t | add (const T &val) |
Public Attributes | |
std::vector< T > & | vec |
std::map< T, size_t > | btree |
Private Member Functions | |
InserterWithoutDuplicates & | operator= (const InserterWithoutDuplicates &) |
Definition at line 102 of file GeomReindex.cpp.
|
inline |
Definition at line 104 of file GeomReindex.cpp.
|
inline |
Definition at line 108 of file GeomReindex.cpp.
|
private |
std::map<T, size_t> InserterWithoutDuplicates< T >::btree |
Definition at line 121 of file GeomReindex.cpp.
std::vector<T>& InserterWithoutDuplicates< T >::vec |
Definition at line 120 of file GeomReindex.cpp.