COPASI API  4.40.278
CVCard Class Reference

#include <CVCard.h>

Inheritance diagram for CVCard:
[legend]

Public Member Functions

 CVCard (const CVCard &src)
 
 CVCard (const std::string &type="")
 
 CVCard (XMLInputStream &stream, const XMLToken &current)
 
const std::string & getType () const
 
void setType (const std::string &type)
 
virtual ~CVCard ()
 

Private Attributes

std::string mType
 

Constructor & Destructor Documentation

◆ CVCard() [1/3]

CVCard::CVCard ( const std::string &  type = "")

◆ CVCard() [2/3]

CVCard::CVCard ( XMLInputStream &  stream,
const XMLToken &  current 
)

References mType.

◆ CVCard() [3/3]

CVCard::CVCard ( const CVCard src)

◆ ~CVCard()

CVCard::~CVCard ( )
virtual

Member Function Documentation

◆ getType()

const std::string & CVCard::getType ( void  ) const

References mType.

Referenced by operator<<().

◆ setType()

void CVCard::setType ( const std::string &  type)

References mType.

Member Data Documentation

◆ mType

std::string CVCard::mType
private

Referenced by CVCard(), getType(), and setType().


The documentation for this class was generated from the following files: