XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::Debug Class Reference

Manages debug info about processes. More...

+ Collaboration diagram for xtd::Debug:

Static Public Member Functions

template<typename... _ArgTs>
static bool Assert (const source_location &location, bool test, const char *test_str, _ArgTs &&...oArgs)
 
template<typename _Ty >
static void Dump (const _Ty &value, const char *name, const source_location &location)
 Writes a debug dump record to the log. More...
 

Detailed Description

Manages debug info about processes.

Definition at line 44 of file debug.hpp.

Member Function Documentation

template<typename _Ty >
static void xtd::Debug::Dump ( const _Ty &  value,
const char *  name,
const source_location location 
)
inlinestatic

Writes a debug dump record to the log.

The method is rarely called directly, instead use the DUMP maco which produces the correct name and location members

Parameters
valuethe value to dump
namename of the item to dump
locationlocation of the call site

Definition at line 53 of file debug.hpp.


The documentation for this class was generated from the following file: