#include <sized_iterator.hh>

Public Member Functions | |
| SizedCompare (const Delegate &delegate=Delegate()) | |
| bool | operator() (const Proxy &first, const Proxy &second) const |
| bool | operator() (const Proxy &first, const std::string &second) const |
| bool | operator() (const std::string &first, const Proxy &second) const |
| bool | operator() (const std::string &first, const std::string &second) const |
| const Delegate & | GetDelegate () const |
Definition at line 96 of file sized_iterator.hh.
| util::SizedCompare< Delegate, Proxy >::SizedCompare | ( | const Delegate & | delegate = Delegate() |
) | [inline, explicit] |
Definition at line 98 of file sized_iterator.hh.
| const Delegate& util::SizedCompare< Delegate, Proxy >::GetDelegate | ( | ) | const [inline] |
Definition at line 113 of file sized_iterator.hh.
| bool util::SizedCompare< Delegate, Proxy >::operator() | ( | const std::string & | first, | |
| const std::string & | second | |||
| ) | const [inline] |
Definition at line 109 of file sized_iterator.hh.
| bool util::SizedCompare< Delegate, Proxy >::operator() | ( | const std::string & | first, | |
| const Proxy & | second | |||
| ) | const [inline] |
Definition at line 106 of file sized_iterator.hh.
| bool util::SizedCompare< Delegate, Proxy >::operator() | ( | const Proxy & | first, | |
| const std::string & | second | |||
| ) | const [inline] |
Definition at line 103 of file sized_iterator.hh.
| bool util::SizedCompare< Delegate, Proxy >::operator() | ( | const Proxy & | first, | |
| const Proxy & | second | |||
| ) | const [inline] |
Definition at line 100 of file sized_iterator.hh.
1.5.9