votca 2024-dev
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
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 >:
Collaboration graph
[legend]

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 105 of file qmstate.h.

Constructor & Destructor Documentation

◆ QMStateCarrierStorage()

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

Definition at line 107 of file qmstate.h.

Member Function Documentation

◆ getValue()

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

Definition at line 115 of file qmstate.h.

◆ setValue()

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

Definition at line 109 of file qmstate.h.

Member Data Documentation

◆ content_

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

Definition at line 122 of file qmstate.h.


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