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) |
| 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.
| target | The AString that Append(const TAppendable&) was invoked on. |
| thread | The thread to append. |