Nvwa  1.1
Classes | Namespaces | Functions
bool_array.h File Reference

Header file for class bool_array (packed boolean array). More...

#include <assert.h>
#include <stdlib.h>
#include <new>
#include <stdexcept>
#include <string>
#include "_nvwa.h"
#include "c++11.h"
Include dependency graph for bool_array.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nvwa::bool_array
 Class to represent a packed boolean array. More...
 
class  nvwa::bool_array::_Element< _Byte_type >
 Class to represent a reference to an array element. More...
 

Namespaces

 nvwa
 Namespace of the nvwa project.
 

Functions

void nvwa::swap (bool_array &lhs, bool_array &rhs) noexcept
 Exchanges the content of two bool_arrays. More...
 

Detailed Description

Header file for class bool_array (packed boolean array).

Date
2014-11-29