copasi API  0.1
Public Member Functions | Friends
CModelValue Class Reference

#include <CModelValue.h>

Inheritance diagram for CModelValue:
CModelEntity CCopasiContainer CAnnotation CCopasiObject

List of all members.

Public Member Functions

 CModelValue (const std::string &name="NoName", const CCopasiContainer *pParent=NULL)
 CModelValue (const CModelValue &src, const CCopasiContainer *pParent=NULL)
 ~CModelValue ()

Friends

std::ostream & operator<< (std::ostream &os, const CModelValue &d)

Detailed Description

CModelValue represents an entity in the model that has a value but is not a concentration (like species) or a volume (like compartments). It correspondents to global parameters in SBML


Constructor & Destructor Documentation

CModelValue::CModelValue ( const std::string &  name = "NoName",
const CCopasiContainer pParent = NULL 
)

Default constructor

Parameters:
conststd::string & name (default: "NoName")
constCCopasiContainer * pParent (default: NULL)
CModelValue::CModelValue ( const CModelValue src,
const CCopasiContainer pParent = NULL 
)

Copy constructor

Parameters:
constCModelValue & src
constCCopasiContainer * pParent (default: NULL)
CModelValue::~CModelValue ( )

Destructor.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const CModelValue d 
) [friend]

insert operator


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines