|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
#include <joint_sort.hh>
Classes | |
| struct | value_type |
Public Member Functions | |
| JointProxy (const KeyIter &key_iter, const ValueIter &value_iter) | |
| JointProxy (const JointProxy< KeyIter, ValueIter > &other) | |
| operator value_type () const | |
| JointProxy & | operator= (const JointProxy &other) |
| JointProxy & | operator= (const value_type &other) |
| std::iterator_traits< KeyIter > ::reference | GetKey () const |
Private Types | |
| typedef JointIter< KeyIter, ValueIter > | InnerIterator |
Private Member Functions | |
| InnerIterator & | Inner () |
| const InnerIterator & | Inner () const |
Private Attributes | |
| InnerIterator | inner_ |
Friends | |
| class | ProxyIterator< JointProxy< KeyIter, ValueIter > > |
| void | swap (JointProxy< KeyIter, ValueIter > first, JointProxy< KeyIter, ValueIter > second) |
typedef JointIter<KeyIter, ValueIter> util::detail::JointProxy< KeyIter, ValueIter >::InnerIterator [private] |
| util::detail::JointProxy< KeyIter, ValueIter >::JointProxy | ( | const KeyIter & | key_iter, |
| const ValueIter & | value_iter | ||
| ) |
| util::detail::JointProxy< KeyIter, ValueIter >::JointProxy | ( | const JointProxy< KeyIter, ValueIter > & | other | ) |
| std::iterator_traits<KeyIter>::reference util::detail::JointProxy< KeyIter, ValueIter >::GetKey | ( | ) | const |
| InnerIterator& util::detail::JointProxy< KeyIter, ValueIter >::Inner | ( | ) | [private] |
| const InnerIterator& util::detail::JointProxy< KeyIter, ValueIter >::Inner | ( | ) | const [private] |
| util::detail::JointProxy< KeyIter, ValueIter >::operator value_type | ( | ) | const |
| JointProxy& util::detail::JointProxy< KeyIter, ValueIter >::operator= | ( | const JointProxy< KeyIter, ValueIter > & | other | ) |
| JointProxy& util::detail::JointProxy< KeyIter, ValueIter >::operator= | ( | const value_type & | other | ) |
friend class ProxyIterator< JointProxy< KeyIter, ValueIter > > [friend] |
| void swap | ( | JointProxy< KeyIter, ValueIter > | first, |
| JointProxy< KeyIter, ValueIter > | second | ||
| ) | [friend] |
InnerIterator util::detail::JointProxy< KeyIter, ValueIter >::inner_ [private] |