BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslim_bslstandardheadertest.h
Go to the documentation of this file.
1/// @file bslim_bslstandardheadertest.h
2///
3/// The content of this file has been pre-processed for Doxygen.
4///
5
6
7// bslim_bslstandardheadertest.h -*-C++-*-
8#ifndef INCLUDED_BSLIM_BSLSTANDARDHEADERTEST
9#define INCLUDED_BSLIM_BSLSTANDARDHEADERTEST
10
11#include <bsls_ident.h>
12BSLS_IDENT("$Id: $")
13
14/// @defgroup bslim_bslstandardheadertest bslim_bslstandardheadertest
15/// @brief Provide a location for testing `bsl` standard library headers.
16/// @addtogroup bsl
17/// @{
18/// @addtogroup bslim
19/// @{
20/// @addtogroup bslim_bslstandardheadertest
21/// @{
22///
23/// <h1> Outline </h1>
24/// * <a href="#bslim_bslstandardheadertest-purpose"> Purpose</a>
25/// * <a href="#bslim_bslstandardheadertest-classes"> Classes </a>
26/// * <a href="#bslim_bslstandardheadertest-description"> Description </a>
27///
28/// # Purpose {#bslim_bslstandardheadertest-purpose}
29/// Provide a location for testing `bsl` standard library headers.
30///
31/// # Classes {#bslim_bslstandardheadertest-classes}
32///
33///
34/// # Description {#bslim_bslstandardheadertest-description}
35/// This component provides a location to define a set of tests for
36/// the inclusion of `bsl` standard library headers, and in particular to test
37/// types defined in `bslstl`. These tests are located in `bslim` in order to
38/// allow the standard library types to be included through the standard
39/// `<bsl_*.h>` headers. Note that this component does not define any types or
40/// functions.
41/// @}
42/** @} */
43/** @} */
44
45/** @addtogroup bsl
46 * @{
47 */
48/** @addtogroup bslim
49 * @{
50 */
51/** @addtogroup bslim_bslstandardheadertest
52 * @{
53 */
54
55#include <bslscm_version.h>
56
57#endif
58
59// ----------------------------------------------------------------------------
60// Copyright 2017 Bloomberg Finance L.P.
61//
62// Licensed under the Apache License, Version 2.0 (the "License");
63// you may not use this file except in compliance with the License.
64// You may obtain a copy of the License at
65//
66// http://www.apache.org/licenses/LICENSE-2.0
67//
68// Unless required by applicable law or agreed to in writing, software
69// distributed under the License is distributed on an "AS IS" BASIS,
70// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71// See the License for the specific language governing permissions and
72// limitations under the License.
73// ----------------------------- END-OF-FILE ----------------------------------
74
75/** @} */
76/** @} */
77/** @} */
#define BSLS_IDENT(str)
Definition bsls_ident.h:195