Constructors

Synopses

Declared in <ball_userfields.h>

Create an empty UserFields object.

explicit
UserFields(bslma::Allocator* basicAllocator = 0);

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

UserFields(
    UserFields const& original,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

basicAllocator

memory allocator; null uses the default

original

object to copy

Created with MrDocs