Constructors

Synopses

Declared in <bsltf_testvaluesarray.h>

Create a TestValuesArray object containing 52 distinct values of the (template parameter) type VALUE, using a bslma::MallocFree allocator to supply memory.

explicit
TestValuesArray();

Create a TestValuesArray object containing 52 distinct values of the (template parameter) type VALUE, using the specified basicAllocator to supply memory.

explicit
TestValuesArray(ALLOCATOR basicAllocator);

Create a TestValuesArray object containing values created by invoking bsltf::TemplateTestFacility::create on each character of the specified spec, using a bslma::MallocFree allocator to supply memory.

explicit
TestValuesArray(char const* spec);

Create a TestValuesArray object containing values created by invoking bsltf::TemplateTestFacility::create on each character of the specified spec, using the specified basicAllocator to supply memory.

explicit
TestValuesArray(
    char const* spec,
    ALLOCATOR basicAllocator);

Created with MrDocs