NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | List of all members
nvbio::cuda::condition_set_storage Struct Reference

Detailed description

a class to build a set of condition variables from the host

Definition at line 109 of file condition.h.

#include <condition.h>

Public Methods

 condition_set_storage (const uint32 count=0)
 
void resize (const uint32 count)
 
condition_set_view get ()
 
void set (const uint32 value)
 

Constructor & Destructor Documentation

nvbio::cuda::condition_set_storage::condition_set_storage ( const uint32  count = 0)
inline

constructor

Definition at line 113 of file condition.h.

Member Function Documentation

condition_set_view nvbio::cuda::condition_set_storage::get ( )
inline

return a condition variable object

Definition at line 125 of file condition.h.

void nvbio::cuda::condition_set_storage::resize ( const uint32  count)
inline

resize

Definition at line 117 of file condition.h.

void nvbio::cuda::condition_set_storage::set ( const uint32  value)
inline

set the initial state of the conditions

Definition at line 133 of file condition.h.


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