|
Go to the source code of this file.
Classes | |
class | PropagateConst< Wrapped > |
Wrapper for a pointer to propagate const to the pointed to value. More... | |
struct | hash< armarx::PropagateConst< T > > |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
std | |
Macros | |
#define | make_PropagateConst_cmp(op) |
#define | make_PropagateConst_cmp_function_objects(obj) |
Functions | |
make_PropagateConst_cmp_function_objects (equal_to) | |
make_PropagateConst_cmp_function_objects (greater) | |
make_PropagateConst_cmp_function_objects (greater_equal) | |
make_PropagateConst_cmp_function_objects (less) | |
make_PropagateConst_cmp_function_objects (less_equal) | |
make_PropagateConst_cmp_function_objects (not_equal_to) | |
template<class T > | |
constexpr bool | operator!= (const PropagateConst< T > &pt, std::nullptr_t) |
template<class T > | |
constexpr bool | operator!= (std::nullptr_t, const PropagateConst< T > &pt) |
template<class T > | |
constexpr bool | operator== (const PropagateConst< T > &pt, std::nullptr_t) |
template<class T > | |
constexpr bool | operator== (std::nullptr_t, const PropagateConst< T > &pt) |
#define make_PropagateConst_cmp | ( | op | ) |
Definition at line 297 of file PropagateConst.h.
#define make_PropagateConst_cmp_function_objects | ( | obj | ) |
Definition at line 352 of file PropagateConst.h.