COPASI API
4.16.103
|
#include <sstream>
#include "copasi.h"
#include "CCopasiParameterGroup.h"
#include "CCopasiMessage.h"
#include "utilities/utility.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const CCopasiParameterGroup &o) |
bool | operator== (const CCopasiParameterGroup &lhs, const CCopasiParameterGroup &rhs) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CCopasiParameterGroup & | o | ||
) |
Output stream operator
ostream | & os |
const | CCopasiParameterGroup & o |
Definition at line 199 of file CCopasiParameterGroup.cpp.
References CCopasiObject::getObjectName(), and CCopasiParameterGroup::print().
bool operator== | ( | const CCopasiParameterGroup & | lhs, |
const CCopasiParameterGroup & | rhs | ||
) |
Comparison operator
const | CCopasiParameterGroup & lhs |
const | CCopasiParameterGroup & rhs |
Definition at line 218 of file CCopasiParameterGroup.cpp.
References CCopasiObject::getObjectName(), CCopasiParameter::mValue, and CCopasiParameter::Value::pGROUP.