BLPAPI C++ 3.26.6
Loading...
Searching...
No Matches
blpapi_diagnosticsutil.h
Go to the documentation of this file.
1/* Copyright 2013. Bloomberg Finance L.P.
2 *
3 * Permission is hereby granted, free of charge, to any person obtaining a copy
4 * of this software and associated documentation files (the "Software"), to
5 * deal in the Software without restriction, including without limitation the
6 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7 * sell copies of the Software, and to permit persons to whom the Software is
8 * furnished to do so, subject to the following conditions: The above
9 * copyright notice and this permission notice shall be included in all copies
10 * or substantial portions of the Software.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
18 * IN THE SOFTWARE.
19 */
20
37
38#ifndef INCLUDED_BLPAPI_DIAGNOSTICSUTIL
39#define INCLUDED_BLPAPI_DIAGNOSTICSUTIL
40
68
69#include <blpapi_call.h>
70#include <blpapi_defs.h>
71
72#include <stddef.h>
73
74#ifdef __cplusplus
75extern "C" {
76#endif
77
81
83
104BLPAPI_EXPORT
105int blpapi_DiagnosticsUtil_memoryInfo(char *buffer, size_t bufferLength);
107
109
110#ifdef __cplusplus
111}
112
113namespace BloombergLP {
114namespace blpapi {
121
123 public:
124 static int memoryInfo(char *buffer, size_t bufferLength);
136};
137
140
141inline int DiagnosticsUtil::memoryInfo(char *buffer, size_t bufferLength)
142{
143 BLPAPI_CALL_DIAGNOSTICSUTIL_MEMORYINFO(buffer, bufferLength);
144}
145
146}
147}
148
149#endif
150
151#endif
Provide functions for dispatchtbl.
Common definitions used by the library.
Definition blpapi_diagnosticsutil.h:122
static int memoryInfo(char *buffer, size_t bufferLength)
Definition blpapi_diagnosticsutil.h:141
Definition blpapi_abstractsession.h:452
Definition blpapi_abstractsession.h:451