Specialization of functor AppendableTraits for type ThreadPool.
Definition at line 618 of file threadpool.hpp.
#include <threadpool.hpp>
Public Method Index: | |
| void | operator() (AString &target, const alib::threadmodel::ThreadPool &tpool) |
| void alib::strings::APPENDABLES::AppendableTraits< alib::threadmodel::ThreadPool, character, lang::HeapAllocator >::operator() | ( | AString & | target, |
| const alib::threadmodel::ThreadPool & | tpool ) |
Writes some information about the given ThreadPool.
| target | The NAString that Append(const TAppendable&) was invoked on. |
| tpool | The thread pool instance. |