BDE 4.14.0 Production release
Loading...
Searching...
No Matches
ball_predicateset.h
Go to the documentation of this file.
1/// @file ball_predicateset.h
2///
3/// The content of this file has been pre-processed for Doxygen.
4///
5
6
7// ball_predicateset.h -*-C++-*-
8#ifndef INCLUDED_BALL_PREDICATESET
9#define INCLUDED_BALL_PREDICATESET
10
11#include <bsls_ident.h>
12BSLS_IDENT("$Id: $")
13
14/// @defgroup ball_predicateset ball_predicateset
15/// @brief Provide a container for managed attributes.
16/// @addtogroup bal
17/// @{
18/// @addtogroup ball
19/// @{
20/// @addtogroup ball_predicateset
21/// @{
22///
23/// <h1> Outline </h1>
24/// * <a href="#ball_predicateset-purpose"> Purpose</a>
25/// * <a href="#ball_predicateset-classes"> Classes </a>
26/// * <a href="#ball_predicateset-description"> Description </a>
27///
28/// # Purpose {#ball_predicateset-purpose}
29/// Provide a container for managed attributes.
30///
31/// # Classes {#ball_predicateset-classes}
32///
33/// - ball::PredicateSet: a container for managed predicates
34///
35/// @deprecated Use @ref ball_managedattributeset instead.
36///
37/// @see
38///
39/// # Description {#ball_predicateset-description}
40/// This deprecated component defines `ball::PredicateSet`, a
41/// compatibility type alias to `ball::ManagedAttributeSet`.
42/// @}
43/** @} */
44/** @} */
45
46/** @addtogroup bal
47 * @{
48 */
49/** @addtogroup ball
50 * @{
51 */
52/** @addtogroup ball_predicateset
53 * @{
54 */
55
56#include <balscm_version.h>
57
59
60
61namespace ball {
62
63/// @deprecated Use @ref ball::ManagedAttributeSet instead.
65
66} // close package namespace
67
68
69#endif
70
71// ----------------------------------------------------------------------------
72// Copyright 2020 Bloomberg Finance L.P.
73//
74// Licensed under the Apache License, Version 2.0 (the "License");
75// you may not use this file except in compliance with the License.
76// You may obtain a copy of the License at
77//
78// http://www.apache.org/licenses/LICENSE-2.0
79//
80// Unless required by applicable law or agreed to in writing, software
81// distributed under the License is distributed on an "AS IS" BASIS,
82// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
83// See the License for the specific language governing permissions and
84// limitations under the License.
85// ----------------------------- END-OF-FILE ----------------------------------
86
87/** @} */
88/** @} */
89/** @} */
Definition ball_managedattributeset.h:127
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition ball_administration.h:214
ManagedAttributeSet PredicateSet
Definition ball_predicateset.h:64