ALib C++ Framework
by
Library Version: 2605 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::strings::APPENDABLES::AppendableTraits< threads::Thread, wchar, lang::HeapAllocator > Struct Reference

Description:

Specialization of functor AppendableTraits for type Thread.

Definition at line 328 of file appendables.hpp.

#include <appendables.hpp>

Public Method Index:

void operator() (TAString< wchar, HeapAllocator > &target, const threads::Thread &thread)

Method Details:

◆ operator()()

void alib::strings::APPENDABLES::AppendableTraits< threads::Thread, wchar, lang::HeapAllocator >::operator() ( TAString< wchar, HeapAllocator > & target,
const threads::Thread & thread )

Appends the name and ID of the thread.

Parameters
targetThe AString that Append(const TAppendable&) was invoked on.
threadThe thread to append.

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