ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::threadmodel::ThreadPool::DbgKnownJobsVD Struct Reference

Description:

Serves as template parameter TValueDescriptor of field DbgKnownJobs.

Definition at line 230 of file threadpool.inl.

Inheritance diagram for alib::threadmodel::ThreadPool::DbgKnownJobsVD:
alib::containers::TSubsetKeyDescriptor< DbgKnownJobsEntry, const std::type_info * >

Public Method Index:

const std::type_info * Key (DbgKnownJobsEntry &entry) const
Public Method Index: inherited from alib::containers::TSubsetKeyDescriptor< DbgKnownJobsEntry, const std::type_info * >
KeyTypeKey (DbgKnownJobsEntry &src)
MappedTypeMapped (DbgKnownJobsEntry &src) const

Additional Inherited Members

Public Type Index: inherited from alib::containers::TSubsetKeyDescriptor< DbgKnownJobsEntry, const std::type_info * >
using KeyType
using MappedType
using StoredType

Method Details:

◆ Key()

const std::type_info * alib::threadmodel::ThreadPool::DbgKnownJobsVD::Key ( DbgKnownJobsEntry & entry) const
inline

Mandatory function to implement.

Parameters
entryThe table entry to extract the key from.
Returns
The key portion of the given entry.

Definition at line 236 of file threadpool.inl.


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