|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
#include <bimap.h>
Public Types | |
| typedef first_type_ | first_type |
| typedef second_type_ | second_type |
Public Member Functions | |
| inv_pair () | |
| inv_pair (const first_type &first, const second_type &second) | |
| inv_pair (const std::pair< first_type, second_type > &r) | |
| template<typename F, typename S> | |
| inv_pair (const inv_pair< F, S > &r) | |
| operator direct_pair< second_type, first_type > & () | |
| operator const direct_pair< second_type, first_type > & () const | |
Public Attributes | |
| second_type | second |
| first_type | first |
| typedef first_type_ codeproject::inv_pair< first_type_, second_type_ >::first_type |
| typedef second_type_ codeproject::inv_pair< first_type_, second_type_ >::second_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| first_type codeproject::inv_pair< first_type_, second_type_ >::first |
Definition at line 224 of file bimap.h.
Referenced by codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::insert(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::insert(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::value_compare::operator()(), codeproject::operator<(), codeproject::operator<(), codeproject::operator<(), codeproject::operator==(), codeproject::operator==(), and codeproject::operator==().
| second_type codeproject::inv_pair< first_type_, second_type_ >::second |
Definition at line 223 of file bimap.h.
Referenced by codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::insert(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::insert(), codeproject::prebimap< from_type_, to_type_, from_compare, to_compare, allocator_type_ >::to_impl::value_compare::operator()(), codeproject::operator<(), codeproject::operator<(), codeproject::operator<(), codeproject::operator==(), codeproject::operator==(), and codeproject::operator==().