xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
cdebug.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
debugstreambuf.h
"
6
#include <iostream>
7
9
namespace
xtd
{
10
#if !defined(NDEBUG) || defined(DEBUG) || defined(TRACE)
12
inline
xtd::debugstreambuf
cdebugstreambuf
;
13
24
inline
std::ostream cdebug(&
cdebugstreambuf
);
25
#else
36
inline
std::ostream cdebug(
nullptr
);
37
#endif
38
}
xtd::debugstreambuf
Provides an std::stringbuf for xtd::diagnostics::debug.
Definition
debugstreambuf.h:21
debugstreambuf.h
Contains xtd::debugstreambuf class.
xtd::cdebugstreambuf
xtd::debugstreambuf cdebugstreambuf
A xtd::debugstreambuf variable used by xtd::cdebug ostream.
Definition
cdebug.h:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Thu Oct 17 2024 16:02:59 for xtd by
Gammasoft
. All rights reserved.