STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::parallel::NumberOfThreads Class Reference

Detailed Description

Pseudo-integer that gets its initial value from omp_get_max_threads().

Definition at line 39 of file settings.h.

Public Member Functions

 NumberOfThreads ()
 
 operator int ()
 
int operator= (int nt)
 

Public Attributes

int num_threads
 

Constructor & Destructor Documentation

stxxl::parallel::NumberOfThreads::NumberOfThreads ( )
inline

Definition at line 44 of file settings.h.

Member Function Documentation

stxxl::parallel::NumberOfThreads::operator int ( )
inline

Definition at line 55 of file settings.h.

int stxxl::parallel::NumberOfThreads::operator= ( int  nt)
inline

Definition at line 60 of file settings.h.

Member Data Documentation

int stxxl::parallel::NumberOfThreads::num_threads

Definition at line 42 of file settings.h.


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