BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslfwd_bsls_stopwatch.h
Go to the documentation of this file.
1/// @file bslfwd_bsls_stopwatch.h
2///
3/// The content of this file has been pre-processed for Doxygen.
4///
5
6
7// bslfwd_bsls_stopwatch.h -*-C++-*-
8#ifndef INCLUDED_BSLFWD_BSLS_STOPWATCH
9#define INCLUDED_BSLFWD_BSLS_STOPWATCH
10
11/// @defgroup bslfwd_bsls_stopwatch bslfwd_bsls_stopwatch
12/// @brief Provide a forward-declaration for the corresponding BDE type.
13/// @addtogroup bsl
14/// @{
15/// @addtogroup bslfwd
16/// @{
17/// @addtogroup bslfwd_bsls_stopwatch
18/// @{
19///
20/// <h1> Outline </h1>
21/// * <a href="#bslfwd_bsls_stopwatch-purpose"> Purpose</a>
22/// * <a href="#bslfwd_bsls_stopwatch-description"> Description </a>
23///
24/// # Purpose {#bslfwd_bsls_stopwatch-purpose}
25/// Provide a forward-declaration for the corresponding BDE type.
26///
27/// @deprecated Do not use.
28///
29/// @see bsls_stopwatch
30///
31/// # Description {#bslfwd_bsls_stopwatch-description}
32/// This header provides a forward-declaration for the
33/// corresponding BDE type.
34/// @}
35/** @} */
36/** @} */
37
38/** @addtogroup bsl
39 * @{
40 */
41/** @addtogroup bslfwd
42 * @{
43 */
44/** @addtogroup bslfwd_bsls_stopwatch
45 * @{
46 */
47
48
49namespace bsls {
50 class Stopwatch;
51} // close namespace bsls
52
54
55
56#endif
57
58// ----------------------------------------------------------------------------
59// Copyright 2013 Bloomberg Finance L.P.
60//
61// Licensed under the Apache License, Version 2.0 (the "License");
62// you may not use this file except in compliance with the License.
63// You may obtain a copy of the License at
64//
65// http://www.apache.org/licenses/LICENSE-2.0
66//
67// Unless required by applicable law or agreed to in writing, software
68// distributed under the License is distributed on an "AS IS" BASIS,
69// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
70// See the License for the specific language governing permissions and
71// limitations under the License.
72// ----------------------------- END-OF-FILE ----------------------------------
73
74/** @} */
75/** @} */
76/** @} */
Definition bsls_stopwatch.h:149
bsls::Stopwatch bsls_Stopwatch
Definition bslfwd_bsls_stopwatch.h:53
Definition bdlt_iso8601util.h:691