xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
xtd.core
include
xtd
ctrace.h
Go to the documentation of this file.
1
4
#pragma once
5
#include <iostream>
6
#include "
tracestreambuf.h
"
7
9
inline
xtd::tracestreambuf
__ctracestreambuf__;
11
13
namespace
xtd
{
14
#if defined(TRACE)
21
inline
std::ostream
ctrace
(&__ctracestreambuf__);
22
#else
29
inline
std::ostream
ctrace
(
nullptr
);
30
#endif
31
}
xtd::tracestreambuf
Provides an std::stringbuf for xtd::diagnostics::trace.
Definition:
tracestreambuf.h:17
xtd::ctrace
std::ostream ctrace(nullptr)
Provides an std::ostream for xtd::diagnostics::trace.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
tracestreambuf.h
Contains xtd::tracestreambuf class.
Generated on Sat Jan 28 2023 18:12:25 for xtd - Reference Guide by
Gammasoft
. All rights reserved.