xtd - Reference Guide
0.1.2
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 Tue Mar 12 2024 16:25:08 for xtd - Reference Guide by
Gammasoft
. All rights reserved.