xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
cdebug.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
debugstreambuf.hpp
"
6
#include <iostream>
7
9
namespace
xtd
{
10
#if DEBUG
12
inline
xtd::debugstreambuf cdebugstreambuf;
13
24
inline
std::ostream
cdebug
(&cdebugstreambuf);
25
#else
36
inline
std::ostream
cdebug
(
nullptr
);
37
#endif
38
}
debugstreambuf.hpp
Contains xtd::debugstreambuf class.
xtd::cdebug
std::ostream cdebug(nullptr)
Provides an std::ostream for xtd::diagnostics::debug.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on Mon Nov 3 2025 00:50:23 for xtd by
Gammasoft
. All rights reserved.