Fermat
Public Methods | Public Members | List of all members
cugar::Bitmask< WORDS > Struct Template Reference

Detailed description

template<uint32 WORDS>
struct cugar::Bitmask< WORDS >

A compile-time N-word bitmask

#include <bitmask.h>

Public Methods

CUGAR_HOST_DEVICE void set (const int32 i)
 
CUGAR_HOST_DEVICE void clear (const int32 i)
 
CUGAR_HOST_DEVICE bool get (const int32 i) const
 
CUGAR_HOST_DEVICE int32 get_word (const int32 i) const
 

Public Members

int32 bits [WORDS]
 

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