micro-test-plus 4.1.0
µTest++ Testing Framework
Loading...
Searching...
No Matches
expression-formatter.cpp File Reference

C++ source file with non-template implementations for the µTest++ expression formatter. More...

Go to the source code of this file.

Namespaces

namespace  micro_os_plus
 The primary namespace for the µOS++ framework.
namespace  micro_os_plus::micro_test_plus
 Primary namespace for the µTest++ testing framework.
namespace  micro_os_plus::micro_test_plus::detail
 Internal implementation details for the µTest++ framework.

Detailed Description

This source file contains the non-template operator<< overloads of expression_formatter for all standard arithmetic, character, string, boolean, and null-pointer types. Each overload appends the formatted value — together with an appropriate type suffix where applicable — to the internal string buffer.

All definitions reside within the micro_os_plus::micro_test_plus namespace.

This file must be included when building the µTest++ library.

Definition in file expression-formatter.cpp.