#include <vector.hpp>
Public Member Functions | |
| vectorBoolElement (UnitType *unit_, UnitType mask_) | |
| vectorBoolElement (const vectorBoolElement &e) | |
| operator bool () const | |
| vectorBoolElement & | operator= (bool bit) |
Private Types | |
| typedef size_t | UnitType |
Private Attributes | |
| UnitType * | unit |
| UnitType | mask |
Definition at line 343 of file vector.hpp.
typedef size_t CppAD::vectorBoolElement::UnitType [private] |
Definition at line 344 of file vector.hpp.
Definition at line 349 of file vector.hpp.
| CppAD::vectorBoolElement::vectorBoolElement | ( | const vectorBoolElement & | e | ) | [inline] |
Definition at line 352 of file vector.hpp.
| CppAD::vectorBoolElement::operator bool | ( | ) | const [inline] |
Definition at line 355 of file vector.hpp.
| vectorBoolElement& CppAD::vectorBoolElement::operator= | ( | bool | bit | ) | [inline] |
Definition at line 357 of file vector.hpp.
UnitType* CppAD::vectorBoolElement::unit [private] |
Definition at line 346 of file vector.hpp.
UnitType CppAD::vectorBoolElement::mask [private] |
Definition at line 347 of file vector.hpp.
1.6.1