Constructors

Synopses

Declared in <ball_defaultattributecontainer.h>

Create an empty DefaultAttributeContainer object. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.

Same as the default constructor, using the specified allocator.

explicit
DefaultAttributeContainer(allocator_type const& allocator);

Create a DefaultAttributeContainer object having the same value as the specified original object. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.

DefaultAttributeContainer(
    DefaultAttributeContainer const& original,
    allocator_type const& allocator = allocator_type());

Created with MrDocs