|
GnuCash c935c2f+
|
Public Member Functions | |
| template<typename T , typename U > | |
| int | operator() (T &one, U &two) const |
| template<typename T > | |
| int | operator() (T &one, T &two) const |
| template<> | |
| int | operator() (const char *const &one, const char *const &two) const |
| template<> | |
| int | operator() (gnc_numeric const &one, gnc_numeric const &two) const |
| template<> | |
| int | operator() (GncGUID *const &one, GncGUID *const &two) const |
| template<> | |
| int | operator() (Time64 const &one, Time64 const &two) const |
| template<> | |
| int | operator() (GDate const &one, GDate const &two) const |
| template<> | |
| int | operator() (GList *const &one, GList *const &two) const |
| template<> | |
| int | operator() (KvpFrame *const &one, KvpFrame *const &two) const |
| template<> | |
| int | operator() (double const &one, double const &two) const |
Definition at line 255 of file kvp-value.cpp.
| int compare_visitor::operator() | ( | const char *const & | one, |
| const char *const & | two | ||
| ) | const |
Definition at line 274 of file kvp-value.cpp.
| int compare_visitor::operator() | ( | double const & | one, |
| double const & | two | ||
| ) | const |
Definition at line 302 of file kvp-value.cpp.
| int compare_visitor::operator() | ( | GDate const & | one, |
| GDate const & | two | ||
| ) | const |
Definition at line 290 of file kvp-value.cpp.
| int compare_visitor::operator() | ( | GList *const & | one, |
| GList *const & | two | ||
| ) | const |
Definition at line 294 of file kvp-value.cpp.
| int compare_visitor::operator() | ( | gnc_numeric const & | one, |
| gnc_numeric const & | two | ||
| ) | const |
Definition at line 278 of file kvp-value.cpp.
Definition at line 282 of file kvp-value.cpp.
| int compare_visitor::operator() | ( | KvpFrame *const & | one, |
| KvpFrame *const & | two | ||
| ) | const |
Definition at line 298 of file kvp-value.cpp.
|
inline |
Definition at line 264 of file kvp-value.cpp.
|
inline |
Definition at line 258 of file kvp-value.cpp.
Definition at line 286 of file kvp-value.cpp.