Specialization of functor AppendableTraits for type CallerInfo.
This functor writes all information available in a standard format. A more flexible way is provided with formatter type FMTCallerInfo that defines a format string to pick certain fields of the CallerInfo. This format specification is also availble in placeholders of type FormatterPythonStyle.
Definition at line 229 of file appendables.hpp.
#include <appendables.hpp>
Public Method Index: | |
| void | operator() (TAString< TChar, TAllocator > &target, const lang::CallerInfo &ci) |
| void alib::strings::APPENDABLES::AppendableTraits< lang::CallerInfo, TChar, TAllocator >::operator() | ( | TAString< TChar, TAllocator > & | target, |
| const lang::CallerInfo & | ci ) |
Writes thread and source location.
| target | The AString that Append(const TAppendable&) was invoked on. |
| ci | The caller information to write to target. |