OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
ThreadAffinity Class Reference

#include <OnixS/CME/ConflatedUDP/ThreadPool.h>

Public Member Functions

 ThreadAffinity ()
 
 ThreadAffinity (const ThreadAffinity &other)
 
 ~ThreadAffinity ()
 
 operator bool () const
 
const CpuIndicescpus () const
 
CpuIndicescpus ()
 

Detailed Description

Definition at line 47 of file ThreadPool.h.

Constructor & Destructor Documentation

ThreadAffinity ( )
inline

Initializes the empty set.

Definition at line 53 of file ThreadPool.h.

ThreadAffinity ( const ThreadAffinity other)
inline

Initializes as a copy of the other set.

Definition at line 58 of file ThreadPool.h.

~ThreadAffinity ( )
inline

Utilizes internal resources.

Definition at line 65 of file ThreadPool.h.

Member Function Documentation

const CpuIndices& cpus ( ) const
inline

Read-only access to the indices.

Definition at line 76 of file ThreadPool.h.

CpuIndices& cpus ( )
inline

Collection of the CPU indices.

Definition at line 82 of file ThreadPool.h.

operator bool ( ) const
inline

Indicates whether affinity is defined.

Definition at line 70 of file ThreadPool.h.


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