diag-trace 5.0.0
µOS++ Tracing Infrastructure
Loading...
Searching...
No Matches
inlines Directory Reference

Folder with C++ header files containing inline method definitions.

More...

Files

 
trace-c-api-inlines.h
 C header file with the empty inline stubs for the C trace API when tracing is disabled.
 
trace-cpp-api-inlines.h
 C++ header file with the inline implementations for the tracer class template.

Detailed Description

This folder holds the inline implementation headers that complement the declarations in include/micro-os-plus/diag. Each file corresponds directly to one of the main API headers.

Separating inline definitions from their declarations keeps the primary headers concise and improves readability. These files are included automatically by their parent headers and must not be included directly by user code.