|
class | paal::data_structures::bimap_mic< T, Idx > |
| the same as Bimap, but implemented using boost::multi_index_container. Unfortunately slower More...
|
|
class | paal::data_structures::bimap< T, Idx > |
| implements both sides mapping from the collection to (0,size(collection)) interval. More...
|
|
class | paal::data_structures::eraseable_bimap< T, Idx > |
| this maps support erasing elements, Alert inefficient!! More...
|
|
class | paal::data_structures::bimap_of_consecutive< T, Idx > |
| in this bimap we know that elements forms permutation this allows optimization More...
|
|
struct | paal::data_structures::bimap_traits< bimap< ValT, IdxT > > |
| traits specialization for Bimap More...
|
|
struct | paal::data_structures::bimap_traits< eraseable_bimap< ValT, IdxT > > |
| traits specialization for eraseable_bimap More...
|
|
struct | paal::data_structures::bimap_traits< bimap_of_consecutive< ValT, IdxT > > |
| traits specialization for bimap_of_consecutive More...
|
|
struct | paal::data_structures::bimap_traits< bimap_mic< ValT, IdxT > > |
| traits specialization for bimap_mic More...
|
|
- Author
- Piotr Wygocki, Piotr Smulewicz
- Version
- 1.1
- Date
- 2013-09-12
Definition in file bimap.hpp.