BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bsltf_testvaluesarray.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bsltf_templatetestfacility.h>
#include <bslmf_conditional.h>
#include <bslmf_typeidentity.h>
#include <bslma_bslallocator.h>
#include <bsls_alignmentutil.h>
#include <bsls_libraryfeatures.h>
#include <iterator>
#include <stddef.h>
#include <string.h>
#include <bsls_nativestd.h>

Go to the source code of this file.

Classes

class  bsltf::TestValuesArrayIterator< VALUE >
 
class  bsltf::TestValuesArraySentinel< VALUE >
 
class  bsltf::TestValuesArray< VALUE, ALLOCATOR, CONVERTER, USE_SENTINEL >
 
struct  bsltf::TestValuesArray_DefaultConverter< VALUE, ALLOCATOR >
 
class  bsltf::TestValuesArray_PostIncrementPtr< VALUE >
 

Functions

template<class VALUE >
bool bsltf::operator== (const TestValuesArrayIterator< VALUE > &lhs, const TestValuesArrayIterator< VALUE > &rhs)
 
template<class VALUE >
bool bsltf::operator!= (const TestValuesArrayIterator< VALUE > &lhs, const TestValuesArrayIterator< VALUE > &rhs)
 
template<class VALUE >
bool bsltf::operator== (const TestValuesArrayIterator< VALUE > &lhs, const TestValuesArraySentinel< VALUE > &rhs)
 
template<class VALUE >
bool bsltf::operator== (const TestValuesArraySentinel< VALUE > &lhs, const TestValuesArrayIterator< VALUE > &rhs)
 
template<class VALUE >
bool bsltf::operator!= (const TestValuesArrayIterator< VALUE > &lhs, const TestValuesArraySentinel< VALUE > &rhs)
 
template<class VALUE >
bool bsltf::operator!= (const TestValuesArraySentinel< VALUE > &lhs, const TestValuesArrayIterator< VALUE > &rhs)
 

Detailed Description

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