task Class Reference

#include <threads.hpp>

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

Definition at line 36 of file threads.hpp.


Constructor & Destructor Documentation

task ( task_rep rep2  )  [inline]

Definition at line 41 of file threads.hpp.

task ( const task_rep rep2,
bool  with_inc 
) [inline]

Definition at line 41 of file threads.hpp.

task ( const task x  )  [inline]

Definition at line 41 of file threads.hpp.

~task (  )  [inline]

Definition at line 41 of file threads.hpp.

task (  )  [inline]

Definition at line 39 of file threads.hpp.

00039 : rep (NULL) {}


Member Function Documentation

void operator delete ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 37 of file threads.hpp.

00038 :
  inline task (): rep (NULL) {}

void operator delete[] ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 37 of file threads.hpp.

00038 :
  inline task (): rep (NULL) {}

void* operator new ( size_t  sz,
void *  where 
) [inline]

Definition at line 37 of file threads.hpp.

00038 :
  inline task (): rep (NULL) {}

void* operator new ( size_t  sz  )  [inline]

Definition at line 37 of file threads.hpp.

00038 :
  inline task (): rep (NULL) {}

void* operator new[] ( size_t  sz,
void *  where 
) [inline]

Definition at line 37 of file threads.hpp.

00038 :
  inline task (): rep (NULL) {}

void* operator new[] ( size_t  sz  )  [inline]

Definition at line 37 of file threads.hpp.

00038 :
  inline task (): rep (NULL) {}

const task_rep * operator-> (  )  const [inline]

Definition at line 41 of file threads.hpp.

task & operator= ( const task x  )  [inline]

Definition at line 41 of file threads.hpp.

void secure (  )  [inline]

Definition at line 41 of file threads.hpp.


Member Data Documentation

task_rep* rep [protected]

Definition at line 37 of file threads.hpp.


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1