votca 2025.1-dev
Loading...
Searching...
No Matches
votca::xtp::QMStateCarrierStorage< T > Class Template Reference

Storage class for properties of QMStateTypes, which can be used in KMC. More...

#include <qmstate.h>

Collaboration diagram for votca::xtp::QMStateCarrierStorage< T >:

Public Member Functions

 QMStateCarrierStorage ()
void setValue (T value, QMStateType t)
getValue (QMStateType t) const

Private Attributes

std::array< T, 4 > content_

Detailed Description

template<class T>
class votca::xtp::QMStateCarrierStorage< T >

Storage class for properties of QMStateTypes, which can be used in KMC.

Definition at line 106 of file qmstate.h.

Constructor & Destructor Documentation

◆ QMStateCarrierStorage()

template<class T>
votca::xtp::QMStateCarrierStorage< T >::QMStateCarrierStorage ( )
inline

Definition at line 108 of file qmstate.h.

Member Function Documentation

◆ getValue()

template<class T>
T votca::xtp::QMStateCarrierStorage< T >::getValue ( QMStateType t) const
inline

Definition at line 116 of file qmstate.h.

◆ setValue()

template<class T>
void votca::xtp::QMStateCarrierStorage< T >::setValue ( T value,
QMStateType t )
inline

Definition at line 110 of file qmstate.h.

Member Data Documentation

◆ content_

template<class T>
std::array<T, 4> votca::xtp::QMStateCarrierStorage< T >::content_
private

Definition at line 123 of file qmstate.h.


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