PFUNC 1.0
Public Types
pfunc::detail::task_queue_set< PolicyName, ValueType > Struct Template Reference

#include <pfunc/task_queue_set.hpp>

List of all members.

Public Types

typedef errorS queue_index_type
typedef errorS queue_type

Detailed Description

template<typename PolicyName, typename ValueType>
struct pfunc::detail::task_queue_set< PolicyName, ValueType >

Template class whose specializations give us the different scheduling policy based task queues. SchedPolicyType is one of the schedS specializations and ValueType is always a pointer to a task.


Member Typedef Documentation

template<typename PolicyName , typename ValueType >
typedef errorS pfunc::detail::task_queue_set< PolicyName, ValueType >::queue_index_type

Declare error if no specialization is found

template<typename PolicyName , typename ValueType >
typedef errorS pfunc::detail::task_queue_set< PolicyName, ValueType >::queue_type

Declare error if no specialization is found


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