COPASI API
4.16.103
|
#include <CZeroSet.h>
Public Member Functions | |
CIndex (const size_t &index=0) | |
CIndex (const CIndex &src) | |
CIndex & | operator++ () |
bool | operator< (const CIndex &rhs) const |
CIndex & | operator= (const CIndex &rhs) |
CIndex & | operator= (const size_t &index) |
~CIndex () | |
Private Attributes | |
size_t | mBit |
size_t | mIndex |
size_t | mNotBit |
Friends | |
class | CZeroSet |
Definition at line 33 of file CZeroSet.h.
CZeroSet::CIndex::CIndex | ( | const size_t & | index = 0 | ) |
Definition at line 24 of file CZeroSet.cpp.
CZeroSet::CIndex::CIndex | ( | const CIndex & | src | ) |
Definition at line 30 of file CZeroSet.cpp.
CZeroSet::CIndex::~CIndex | ( | ) |
Definition at line 36 of file CZeroSet.cpp.
CZeroSet::CIndex & CZeroSet::CIndex::operator++ | ( | ) |
bool CZeroSet::CIndex::operator< | ( | const CIndex & | rhs | ) | const |
Definition at line 72 of file CZeroSet.cpp.
CZeroSet::CIndex & CZeroSet::CIndex::operator= | ( | const CIndex & | rhs | ) |
CZeroSet::CIndex & CZeroSet::CIndex::operator= | ( | const size_t & | index | ) |
|
friend |
Definition at line 35 of file CZeroSet.h.
|
private |
Definition at line 56 of file CZeroSet.h.
Referenced by CZeroSet::isSet(), operator<(), operator=(), and CZeroSet::setBit().
|
private |
Definition at line 55 of file CZeroSet.h.
Referenced by CZeroSet::isSet(), operator<(), operator=(), CZeroSet::setBit(), and CZeroSet::unsetBit().
|
private |
Definition at line 57 of file CZeroSet.h.
Referenced by operator=(), and CZeroSet::unsetBit().