#include "../defs.h"
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | ads |
Classes | |
struct | ads::EqualToByHandle< Handle > |
Functor for equality comparison of objects by their handles. More... | |
struct | ads::NotEqualToByHandle< Handle > |
Functor for inequality comparison of objects by their handles. More... | |
struct | ads::GreaterByHandle< Handle > |
Functor for greater than comparison of objects by their handles. More... | |
struct | ads::LessByHandle< Handle > |
Functor for less than comparison of objects by their handles. More... | |
struct | ads::GreaterEqualByHandle< Handle > |
Functor for greater than or equal to comparison of objects by their handles. More... | |
struct | ads::LessEqualByHandle< Handle > |
Functor for less than or equal to comparison of objects by their handles. More... | |
struct | ads::EqualToByHandleHandle< Handle > |
Functor for equality comparison of objects by handles to their handles. More... | |
struct | ads::NotEqualToByHandleHandle< Handle > |
Functor for inequality comparison of objects by handles to their handles. More... | |
struct | ads::GreaterByHandleHandle< Handle > |
Functor for greater than comparison of objects by handles to their handles. More... | |
struct | ads::LessByHandleHandle< Handle > |
Functor for less than comparison of objects by handles to their handles. More... | |
struct | ads::GreaterEqualByHandleHandle< Handle > |
Functor for greater than or equal to comparison of objects by handles to their handles. More... | |
struct | ads::LessEqualByHandleHandle< Handle > |
Functor for less than or equal to comparison of objects by handles to their handles. More... |