Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component ball_predicate
[Package ball]

Provide a predicate object that consists of a name/value pair. More...

Namespaces

namespace  ball

Detailed Description

Outline
Purpose:
Provide a predicate object that consists of a name/value pair.
Classes:
ball::Predicate a predicate in the form of an attribute name/value pair
Deprecated:
Use ball_managedattribute instead.
See also:
Description:
This component implements a value-semantic predicate object, ball::Predicate, that consists of a name and a value. The value can be an int, a 64-bit integer, or a bsl::string. Both the name and value are managed by this object.