COPASI API
4.16.103
|
#include <CMathEnum.h>
Public Member Functions | |
CAllocation () | |
CAllocation (const CAllocation &src) | |
CAllocation & | operator+= (const CAllocation &rhs) |
CAllocation & | operator= (const CAllocation &rhs) |
~CAllocation () | |
Public Attributes | |
size_t | nDiscontinuous |
std::vector< size_t > | nRootsPerDiscontinuity |
size_t | nTotalRoots |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CAllocation &s) |
Definition at line 271 of file CMathEnum.h.
CMath::CAllocationStack::CAllocation::CAllocation | ( | ) |
Definition at line 99 of file CMathEnum.cpp.
CMath::CAllocationStack::CAllocation::CAllocation | ( | const CAllocation & | src | ) |
Definition at line 105 of file CMathEnum.cpp.
CMath::CAllocationStack::CAllocation::~CAllocation | ( | ) |
Definition at line 111 of file CMathEnum.cpp.
CMath::CAllocationStack::CAllocation & CMath::CAllocationStack::CAllocation::operator+= | ( | const CAllocation & | rhs | ) |
Definition at line 125 of file CMathEnum.cpp.
References nDiscontinuous, nRootsPerDiscontinuity, and nTotalRoots.
CMath::CAllocationStack::CAllocation & CMath::CAllocationStack::CAllocation::operator= | ( | const CAllocation & | rhs | ) |
Definition at line 115 of file CMathEnum.cpp.
References nDiscontinuous, nRootsPerDiscontinuity, and nTotalRoots.
|
friend |
Definition at line 200 of file CMathEnum.cpp.
size_t CMath::CAllocationStack::CAllocation::nDiscontinuous |
Definition at line 286 of file CMathEnum.h.
Referenced by operator+=(), operator<<(), and operator=().
std::vector< size_t > CMath::CAllocationStack::CAllocation::nRootsPerDiscontinuity |
Definition at line 290 of file CMathEnum.h.
Referenced by operator+=(), and operator=().
size_t CMath::CAllocationStack::CAllocation::nTotalRoots |
Definition at line 288 of file CMathEnum.h.
Referenced by operator+=(), and operator=().