copasi API
0.1
|
#include <CZeroSet.h>
Public Member Functions | |
CIndex (const size_t &index=0) | |
CIndex (const CIndex &src) | |
~CIndex () | |
CIndex & | operator++ () |
CIndex & | operator= (const CIndex &rhs) |
CIndex & | operator= (const size_t &index) |
bool | operator< (const CIndex &rhs) const |
Friends | |
class | CZeroSet |
CZeroSet::CIndex::CIndex | ( | const size_t & | index = 0 | ) |
CZeroSet::CIndex::CIndex | ( | const CIndex & | src | ) |
CZeroSet::CIndex::~CIndex | ( | ) |
CZeroSet::CIndex & CZeroSet::CIndex::operator++ | ( | ) |
bool CZeroSet::CIndex::operator< | ( | const CIndex & | rhs | ) | const |
CZeroSet::CIndex & CZeroSet::CIndex::operator= | ( | const CIndex & | rhs | ) |
CZeroSet::CIndex & CZeroSet::CIndex::operator= | ( | const size_t & | index | ) |
friend class CZeroSet [friend] |