COPASI API
4.16.103
|
#include <CCopasiObjectName.h>
Public Member Functions | |
CRegisteredObjectName () | |
CRegisteredObjectName (const std::string &name) | |
CRegisteredObjectName (const CRegisteredObjectName &src) | |
~CRegisteredObjectName () | |
![]() | |
CCopasiObjectName () | |
CCopasiObjectName (const std::string &name) | |
CCopasiObjectName (const CCopasiObjectName &src) | |
std::string::size_type | findEx (const std::string &toFind, const std::string::size_type &pos=0) const |
size_t | getElementIndex (const size_t &pos=0) const |
std::string | getElementName (const size_t &pos, const bool &unescape=true) const |
std::string | getObjectName () const |
std::string | getObjectType () const |
CCopasiObjectName | getPrimary () const |
CCopasiObjectName | getRemainder () const |
~CCopasiObjectName () | |
Static Public Member Functions | |
static const std::set < CRegisteredObjectName * > & | getSet () |
![]() | |
static std::string | escape (const std::string &name) |
static std::string | unescape (const std::string &name) |
Static Private Attributes | |
static std::set < CRegisteredObjectName * > | mSet |
Definition at line 66 of file CCopasiObjectName.h.
CRegisteredObjectName::CRegisteredObjectName | ( | ) |
Definition at line 183 of file CCopasiObjectName.cpp.
References mSet.
CRegisteredObjectName::CRegisteredObjectName | ( | const std::string & | name | ) |
Definition at line 189 of file CCopasiObjectName.cpp.
References mSet.
CRegisteredObjectName::CRegisteredObjectName | ( | const CRegisteredObjectName & | src | ) |
Definition at line 195 of file CCopasiObjectName.cpp.
References mSet.
CRegisteredObjectName::~CRegisteredObjectName | ( | ) |
Definition at line 201 of file CCopasiObjectName.cpp.
References mSet.
|
inlinestatic |
Definition at line 77 of file CCopasiObjectName.h.
References mSet.
Referenced by CDataModelRenameHandler::handle().
|
staticprivate |
Definition at line 81 of file CCopasiObjectName.h.
Referenced by CRegisteredObjectName(), getSet(), and ~CRegisteredObjectName().