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.
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
xtd.core
include
xtd
cdebug.h
Go to the documentation of this file.
1
4
#pragma once
5
#include <iostream>
6
#include "
debugstreambuf.h
"
7
9
inline
xtd::debugstreambuf
__cdebugstreambuf__
;
11
13
namespace
xtd
{
14
#if !defined(NDEBUG) || defined(DEBUG) || defined(TRACE)
21
inline
std::ostream cdebug(&
__cdebugstreambuf__
);
22
#else
29
inline
std::ostream cdebug(
nullptr
);
30
#endif
31
}
xtd::debugstreambuf
Provides an std::stringbuf for xtd::diagnostics::debug.
Definition:
debugstreambuf.h:17
debugstreambuf.h
Contains xtd::debugstreambuf class.
xtd::__cdebugstreambuf__
std::ostream cdebug & __cdebugstreambuf__
Provides an std::ostream for xtd::diagnostics::debug.
Definition:
cdebug.h:21
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
Generated on Sat Jan 28 2023 18:12:25 for xtd - Reference Guide by
Gammasoft
. All rights reserved.