OnixS C++ FIX Engine  4.10.1
API Documentation
ThreadAffinity Class Reference

#include <OnixS/FIXEngine/Threading/Thread.h>

Public Member Functions

 ThreadAffinity (const std::string &str)
 
 ~ThreadAffinity ()
 
const CpuIndexescpuIndexes () const
 
CpuIndexescpuIndexes ()
 
std::string toString ()
 

Detailed Description

Definition at line 35 of file Thread.h.

Constructor & Destructor Documentation

ThreadAffinity ( const std::string &  str)
explicit

Constructs the thread affinity from the string presentation.

The symbol ',' is used as the CPU index delimiter.

Destructs the instance.

Member Function Documentation

const CpuIndexes& cpuIndexes ( ) const

The read-only access to the index collection.

CpuIndexes& cpuIndexes ( )

The collection of CPU indices.

std::string toString ( )

Serializes the thread affinity to the string presentation.


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