BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlb_nullableallocatedvalue.h File Reference
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bdlb_nullableallocatedvalue_pointerbitspair.h>
#include <bdlb_printmethods.h>
#include <bslalg_scalarprimitives.h>
#include <bslalg_swaputil.h>
#include <bslma_allocator.h>
#include <bslma_deallocatorproctor.h>
#include <bslma_default.h>
#include <bslmf_isbitwisemoveable.h>
#include <bslmf_nestedtraitdeclaration.h>
#include <bsls_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_deprecate.h>
#include <bsls_deprecatefeature.h>
#include <bsls_keyword.h>
#include <bsls_review.h>
#include <bslstl_optional.h>
#include <bslx_instreamfunctions.h>
#include <bslx_outstreamfunctions.h>
#include <bslx_versionfunctions.h>
#include <bsl_algorithm.h>
#include <bsl_cstddef.h>
#include <bsl_cstdint.h>
#include <bsl_iosfwd.h>
#include <bslalg_typetraits.h>
#include <stddef.h>

Go to the source code of this file.

Classes

class  bdlb::NullableAllocatedValue< TYPE >
 

Functions

template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator== (const NullableAllocatedValue< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator== (const NullableAllocatedValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator== (const LHS_TYPE &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator!= (const NullableAllocatedValue< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator!= (const NullableAllocatedValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator!= (const LHS_TYPE &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator< (const NullableAllocatedValue< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator< (const NullableAllocatedValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator< (const LHS_TYPE &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator<= (const NullableAllocatedValue< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator<= (const NullableAllocatedValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator<= (const LHS_TYPE &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator> (const NullableAllocatedValue< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator> (const NullableAllocatedValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator> (const LHS_TYPE &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator>= (const NullableAllocatedValue< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator>= (const NullableAllocatedValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator>= (const LHS_TYPE &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class TYPE >
bsl::ostream & bdlb::operator<< (bsl::ostream &stream, const NullableAllocatedValue< TYPE > &object)
 
template<class TYPE >
bool bdlb::operator== (const NullableAllocatedValue< 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 NullableAllocatedValue< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT
 Return true if the specified rhs is null, and false otherwise.
 
template<class TYPE >
bool bdlb::operator!= (const NullableAllocatedValue< 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 NullableAllocatedValue< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT
 
template<class TYPE >
bool bdlb::operator< (const NullableAllocatedValue< TYPE > &, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT
 
template<class TYPE >
bool bdlb::operator< (const bsl::nullopt_t &, const NullableAllocatedValue< TYPE > &rhs) BSLS_KEYWORD_NOEXCEPT
 
template<class TYPE >
bool bdlb::operator> (const NullableAllocatedValue< TYPE > &lhs, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT
 
template<class TYPE >
bool bdlb::operator> (const bsl::nullopt_t &, const NullableAllocatedValue< TYPE > &) BSLS_KEYWORD_NOEXCEPT
 
template<class TYPE >
bool bdlb::operator<= (const NullableAllocatedValue< 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 NullableAllocatedValue< TYPE > &) BSLS_KEYWORD_NOEXCEPT
 Return true.
 
template<class TYPE >
bool bdlb::operator>= (const NullableAllocatedValue< TYPE > &, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT
 Return true.
 
template<class TYPE >
bool bdlb::operator>= (const bsl::nullopt_t &, const NullableAllocatedValue< 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 NullableAllocatedValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator== (const bsl::optional< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator!= (const NullableAllocatedValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator!= (const bsl::optional< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator< (const NullableAllocatedValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator< (const bsl::optional< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator> (const NullableAllocatedValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator> (const bsl::optional< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator<= (const NullableAllocatedValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator<= (const bsl::optional< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator>= (const NullableAllocatedValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs)
 
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator>= (const bsl::optional< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
 
template<class HASHALG , class TYPE >
void bdlb::hashAppend (HASHALG &hashAlg, const NullableAllocatedValue< TYPE > &input)
 
template<class TYPE >
void bdlb::swap (NullableAllocatedValue< TYPE > &a, NullableAllocatedValue< TYPE > &b)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.