Constructors

Synopses

Declared in <ball_managedattributeset.h>

Create an empty ManagedAttributeSet object.

Same as the preceding overload, using the specified allocator.

explicit
ManagedAttributeSet(allocator_type const& allocator);

Create a ManagedAttributeSet object having the same value as the specified original object.

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

Parameters

Name

Description

allocator

allocator used to supply memory

original

attribute set to copy

Created with MrDocs