votca 2024.2-dev
Loading...
Searching...
No Matches
checkpointtable.h File Reference
#include <cstddef>
#include <cstring>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include <H5Cpp.h>
#include "checkpoint_utils.h"
Include dependency graph for checkpointtable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  votca::xtp::CptTable
 

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::xtp
 Charge transport classes.
 

Macros

#define VOTCA_XTP_CHECKPOINTTABLE_H
 
#define CPT_MEM_FROM_STRUCT(m, s)
 
#define CPT_MEMBER(m, s)
 

Functions

template<>
void votca::xtp::CptTable::addCol< std::string > (const std::string &name, const size_t &offset)
 

Macro Definition Documentation

◆ CPT_MEM_FROM_STRUCT

#define CPT_MEM_FROM_STRUCT ( m,
s )
Value:
HOFFSET(s, m)

Definition at line 41 of file checkpointtable.h.

◆ CPT_MEMBER

#define CPT_MEMBER ( m,
s )
Value:
HOFFSET(s, m)

Definition at line 42 of file checkpointtable.h.

◆ VOTCA_XTP_CHECKPOINTTABLE_H

#define VOTCA_XTP_CHECKPOINTTABLE_H

Definition at line 18 of file checkpointtable.h.