BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bdlb_nullableallocatedvalue.h>
#include <bslmf_assert.h>
#include <bslmf_issame.h>
#include <bslmf_removecv.h>
#include <bsls_deprecate.h>
#include <bsls_deprecatefeature.h>
#include <bsls_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_unspecifiedbool.h>
#include <bslstl_optional.h>
Go to the source code of this file.
Classes | |
class | bdlb::NullableValueRef< TYPE > |
class | bdlb::ConstNullableValueRef< TYPE > |
Functions | |
template<class HASHALG , class TYPE > | |
void | bdlb::hashAppend (HASHALG &hashAlg, const NullableValueRef< TYPE > &input) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const NullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const NullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const LHS_TYPE &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const NullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const NullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const LHS_TYPE &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const NullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const NullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const LHS_TYPE &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const NullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const NullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const LHS_TYPE &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const NullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const NullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const LHS_TYPE &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const NullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const NullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const LHS_TYPE &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class TYPE > | |
bool | bdlb::operator== (const NullableValueRef< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified lhs is null, and false otherwise. | |
template<class TYPE > | |
bool | bdlb::operator== (const bsl::nullopt_t &, const NullableValueRef< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified rhs is null, and false otherwise. | |
template<class TYPE > | |
bool | bdlb::operator!= (const NullableValueRef< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified lhs is not null, and false otherwise. | |
template<class TYPE > | |
bool | bdlb::operator!= (const bsl::nullopt_t &, const NullableValueRef< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator< (const NullableValueRef< TYPE > &, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator< (const bsl::nullopt_t &, const NullableValueRef< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator> (const NullableValueRef< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator> (const bsl::nullopt_t &, const NullableValueRef< TYPE > &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator<= (const NullableValueRef< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified lhs is null, and false otherwise. | |
template<class TYPE > | |
bool | bdlb::operator<= (const bsl::nullopt_t &, const NullableValueRef< TYPE > &) BSLS_KEYWORD_NOEXCEPT |
Return true . | |
template<class TYPE > | |
bool | bdlb::operator>= (const NullableValueRef< TYPE > &, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true . | |
template<class TYPE > | |
bool | bdlb::operator>= (const bsl::nullopt_t &, const NullableValueRef< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified rhs is null, and false otherwise. | |
template<class HASHALG , class TYPE > | |
void | bdlb::hashAppend (HASHALG &hashAlg, const ConstNullableValueRef< TYPE > &input) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const ConstNullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const ConstNullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const LHS_TYPE &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const ConstNullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const ConstNullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const LHS_TYPE &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const ConstNullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const ConstNullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const LHS_TYPE &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const ConstNullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const ConstNullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const LHS_TYPE &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const ConstNullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const ConstNullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const LHS_TYPE &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const ConstNullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const ConstNullableValueRef< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const LHS_TYPE &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class TYPE > | |
bool | bdlb::operator== (const ConstNullableValueRef< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified lhs is null, and false otherwise. | |
template<class TYPE > | |
bool | bdlb::operator== (const bsl::nullopt_t &, const ConstNullableValueRef< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified rhs is null, and false otherwise. | |
template<class TYPE > | |
bool | bdlb::operator!= (const ConstNullableValueRef< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified lhs is not null, and false otherwise. | |
template<class TYPE > | |
bool | bdlb::operator!= (const bsl::nullopt_t &, const ConstNullableValueRef< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator< (const ConstNullableValueRef< TYPE > &, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator< (const bsl::nullopt_t &, const ConstNullableValueRef< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator> (const ConstNullableValueRef< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator> (const bsl::nullopt_t &, const ConstNullableValueRef< TYPE > &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
bool | bdlb::operator<= (const ConstNullableValueRef< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified lhs is null, and false otherwise. | |
template<class TYPE > | |
bool | bdlb::operator<= (const bsl::nullopt_t &, const ConstNullableValueRef< TYPE > &) BSLS_KEYWORD_NOEXCEPT |
Return true . | |
template<class TYPE > | |
bool | bdlb::operator>= (const ConstNullableValueRef< TYPE > &, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true . | |
template<class TYPE > | |
bool | bdlb::operator>= (const bsl::nullopt_t &, const ConstNullableValueRef< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified rhs is null, and false otherwise. | |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const ConstNullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const NullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const ConstNullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const NullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const ConstNullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const NullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const ConstNullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const NullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const ConstNullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const NullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const ConstNullableValueRef< LHS_TYPE > &lhs, const NullableValueRef< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const NullableValueRef< LHS_TYPE > &lhs, const ConstNullableValueRef< RHS_TYPE > &rhs) |
The content of this file has been pre-processed for Doxygen.