Public Member Functions | List of all members
cppm::UserInput< N, M > Class Template Reference

#include <cpp.h>

Public Member Functions

 UserInput (std::array< double, N > innames, std::array< double, M > outnames)
 
void read ()
 
void write ()
 
void calculate ()
 
void run ()
 

Detailed Description

template<size_t N, size_t M>
class cppm::UserInput< N, M >

Definition at line 67 of file cpp.h.

Constructor & Destructor Documentation

◆ UserInput()

template<size_t N, size_t M>
cppm::UserInput< N, M >::UserInput ( std::array< double, N >  innames,
std::array< double, M >  outnames 
)
inline

Definition at line 76 of file cpp.h.

Member Function Documentation

◆ calculate()

template<size_t N, size_t M>
void cppm::UserInput< N, M >::calculate ( )
inline

Definition at line 95 of file cpp.h.

◆ read()

template<size_t N, size_t M>
void cppm::UserInput< N, M >::read ( )
inline

Definition at line 80 of file cpp.h.

◆ run()

template<size_t N, size_t M>
void cppm::UserInput< N, M >::run ( )
inline

Definition at line 97 of file cpp.h.

◆ write()

template<size_t N, size_t M>
void cppm::UserInput< N, M >::write ( )
inline

Definition at line 87 of file cpp.h.


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