Open Babel  3.0
Public Member Functions | Protected Attributes | List of all members
OBPairTemplate< ValueT > Class Template Reference

#include <openbabel/generic.h>

Inheritance diagram for OBPairTemplate< ValueT >:
OBGenericData

Public Member Functions

 OBPairTemplate ()
 
virtual OBGenericDataClone (OBBase *) const
 
void SetValue (const ValueT t)
 
virtual const ValueT & GetGenericValue () const
 
void SetAttribute (const std::string &v)
 
void SetOrigin (const DataOrigin s)
 
virtual const std::string & GetAttribute () const
 
unsigned int GetDataType () const
 
virtual const std::string & GetValue () const
 
virtual DataOrigin GetOrigin () const
 

Protected Attributes

ValueT _value
 
std::string _attr
 
unsigned int _type
 
DataOrigin _source
 

Detailed Description

template<class ValueT>
class OpenBabel::OBPairTemplate< ValueT >

Used to store arbitrary attribute/value relationsips of any type.

Constructor & Destructor Documentation

◆ OBPairTemplate()

OBPairTemplate ( )
inline

Member Function Documentation

◆ Clone()

virtual OBGenericData* Clone ( OBBase ) const
inlinevirtual

Reimplemented from OBGenericData.

◆ SetValue()

void SetValue ( const ValueT  t)
inline

◆ GetGenericValue()

virtual const ValueT& GetGenericValue ( ) const
inlinevirtual

Referenced by OBDepict::DrawMolecule().

◆ 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

◆ GetValue()

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

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

Reimplemented in OBPairData, and OBCommentData.

Referenced by OBDepict::AddAtomLabels(), OBDepict::DrawMolecule(), OBDescriptor::FilterCompare(), and OBDescriptor::GetValues().

◆ GetOrigin()

virtual DataOrigin GetOrigin ( ) const
inlinevirtualinherited

Member Data Documentation

◆ _value

ValueT _value
protected

The data for this key/value pair.

◆ _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 file: