|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
#include <bimap.h>
Classes | |
| class | from_impl |
| class | from |
| class | to_impl |
| class | to |
Public Member Functions | |
| std::pair< typename from_impl::iterator, typename to_impl::iterator > | insert (typename from_impl::iterator fit, typename to_impl::iterator tit, const typename from_impl::value_type &x) |
Public Attributes | |
| codeproject::prebimap::from | from |
| codeproject::prebimap::to | to |
Protected Member Functions | |
| prebimap (const from_compare &from_comp, const to_compare &to_comp, const allocator_type_ &al) | |
| prebimap (const prebimap &r) | |
| ~prebimap () | |
Friends | |
| class | from_impl |
| class | from_binding< prebimap > |
| class | const_from_binding< prebimap > |
| class | to_impl |
| class | to_binding< prebimap > |
| class | const_to_binding< prebimap > |
|
inlineprotected |
Definition at line 1701 of file bimap.h.
Referenced by codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::iterator::const_iterator, codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::iterator::const_iterator, codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::const_iterator::from_impl, codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::operator=(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::operator=(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::owner(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::owner(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::owner(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::owner(), prebimap(), and codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::const_iterator::prebimap< from_type, to_type, from_compare, to_compare, allocator_type >.
|
inlineprotected |
Definition at line 1710 of file bimap.h.
References codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::begin(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::clear(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::end(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::end(), from, insert(), and prebimap().
|
inlineprotected |
|
inline |
Definition at line 1661 of file bimap.h.
References codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::adjacent(), and codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::adjacent().
Referenced by prebimap().
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
| codeproject::prebimap::from codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from |
Referenced by codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::from_impl::operator=(), prebimap(), codeproject::bimap_different_types< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::swap(), and codeproject::bimap_equal_types< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::swap().
| codeproject::prebimap::to codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to |