Open Babel  3.0
Public Member Functions | Protected Attributes | List of all members
OBCommentData Class Reference

#include <openbabel/generic.h>

Inheritance diagram for OBCommentData:
OBGenericData

Public Member Functions

 OBCommentData ()
 
 OBCommentData (const OBCommentData &)
 
virtual OBGenericDataClone (OBBase *) const
 
OBCommentDataoperator= (const OBCommentData &src)
 
void SetData (const std::string &data)
 
void SetData (const char *d)
 
const std::string & GetData () const
 
virtual const std::string & GetValue () const
 
void SetAttribute (const std::string &v)
 
void SetOrigin (const DataOrigin s)
 
virtual const std::string & GetAttribute () const
 
unsigned int GetDataType () const
 
virtual DataOrigin GetOrigin () const
 

Protected Attributes

std::string _data
 
std::string _attr
 
unsigned int _type
 
DataOrigin _source
 

Detailed Description

Used to store a comment string (can be multiple lines long)

Constructor & Destructor Documentation

◆ OBCommentData() [1/2]

◆ OBCommentData() [2/2]

OBCommentData ( const OBCommentData src)

Member Function Documentation

◆ Clone()

virtual OBGenericData* Clone ( OBBase ) const
inlinevirtual

Reimplemented from OBGenericData.

◆ operator=()

OBCommentData& operator= ( const OBCommentData src)

◆ SetData() [1/2]

void SetData ( const std::string &  data)
inline

◆ SetData() [2/2]

void SetData ( const char *  d)
inline

◆ GetData()

const std::string& GetData ( ) const
inline

◆ GetValue()

virtual const std::string& GetValue ( ) const
inlinevirtual

Base class returns a default value (the attribute type) but should never be called.

Reimplemented from OBGenericData.

◆ SetAttribute()

void SetAttribute ( const std::string &  v)
inlineinherited

◆ SetOrigin()

void SetOrigin ( const DataOrigin  s)
inlineinherited

◆ GetAttribute()

virtual const std::string& GetAttribute ( ) const
inlinevirtualinherited
Returns
The attribute (key), which can be used to retrieve this data

Referenced by OpenBabel::extract_thermochemistry(), and OBMoleculeFormat::MakeCombinedMolecule().

◆ GetDataType()

unsigned int GetDataType ( ) const
inlineinherited
Returns
the data type for this object as defined in OBGenericDataType

◆ GetOrigin()

virtual DataOrigin GetOrigin ( ) const
inlinevirtualinherited

Member Data Documentation

◆ _data

std::string _data
protected

◆ _attr

std::string _attr
protectedinherited

attribute tag (e.g., "UnitCell", "Comment" or "Author")

Referenced by OBRotamerList::Clone(), and OBNasaThermoData::OBNasaThermoData().

◆ _type

unsigned int _type
protectedinherited

attribute type – declared for each subclass

Referenced by OBRotamerList::Clone(), and OBNasaThermoData::OBNasaThermoData().

◆ _source

DataOrigin _source
protectedinherited

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