BloombergLP::ball::RuleSet::RuleSet

Constructors

Synopses

Declared in <ball_ruleset.h>

Create an empty rule set.

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

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

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

Parameters

NameDescription
basicAllocatormemory allocator; null uses the default
originalrule set to copy