Quick Links:

bal | bbl | bdl | bsl

Static Public Member Functions

bsltf::TestValuesArray_DefaultConverter< VALUE, ALLOCATOR > Struct Template Reference

#include <bsltf_testvaluesarray.h>

List of all members.

Static Public Member Functions

static void createInplace (VALUE *objPtr, char value, ALLOCATOR allocator)

template<class VALUE, class ALLOCATOR>
struct bsltf::TestValuesArray_DefaultConverter< VALUE, ALLOCATOR >


Member Function Documentation

template<class VALUE , class ALLOCATOR >
static void bsltf::TestValuesArray_DefaultConverter< VALUE, ALLOCATOR >::createInplace ( VALUE *  objPtr,
char  value,
ALLOCATOR  allocator 
) [static]

Create an object of the (template parameter) type VALUE at the specified objPtr address whose state is unique for the specified value. Use the specified allocator to supply memory. The behavior is undefined unless 0 <= value && value < 128 and VALUE is contained in the macro BSLTF_TEMPLATETESTFACILITY_TEST_TYPES_ALL.


The documentation for this struct was generated from the following file: