CppAD: A C++ Algorithmic Differentiation Package 20110419
CppAD::vectorBool Class Reference

List of all members.

Public Types

typedef bool value_type

Public Member Functions

 vectorBool (void)
 vectorBool (size_t n)
 vectorBool (const vectorBool &v)
 ~vectorBool (void)
size_t size (void) const
void resize (size_t n)
vectorBooloperator= (const vectorBool &v)
vectorBoolElement operator[] (size_t k)
bool operator[] (size_t k) const
void push_back (bool bit)
void push_vector (const vectorBool &v)

Private Types

typedef size_t UnitType

Private Attributes

size_t nunit
size_t length
UnitTypedata

Static Private Attributes

static const size_t BitPerUnit = std::numeric_limits<UnitType>::digits

Detailed Description

Definition at line 409 of file vector.hpp.


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