ALib C++ Framework
by
Library Version: 2605 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 227 of file threadpool.hpp.

#include <threadpool.hpp>

Inheritance diagram for alib::threadmodel::ThreadPool::DbgKnownJobsVD:
[legend]
Collaboration diagram for alib::threadmodel::ThreadPool::DbgKnownJobsVD:
[legend]

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 233 of file threadpool.hpp.


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