Constructors

Synopses

Declared in <ball_ruleset.h>

Create an empty rule set.

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

Create a RuleSet object having the same value as that of the specified original object.

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

Parameters

Name

Description

basicAllocator

memory allocator; null uses the default

original

rule set to copy

Created with MrDocs