#include <ScanInterface.hpp>
|
| fileInformation () |
|
| ~fileInformation () |
|
size_t | size () |
|
bool | at (const size_t &index_, std::string &name, std::string &value) |
|
template<typename T > |
bool | push_back (const std::string &name_, const T &value_, const std::string &units_="") |
|
bool | is_in (const std::string &name_) |
|
std::string | print (const size_t &index_) |
|
void | clear () |
|
Definition at line 54 of file ScanInterface.hpp.
§ fileInformation()
fileInformation::fileInformation |
( |
| ) |
|
|
inline |
§ ~fileInformation()
fileInformation::~fileInformation |
( |
| ) |
|
|
inline |
§ at()
bool fileInformation::at |
( |
const size_t & |
index_, |
|
|
std::string & |
name, |
|
|
std::string & |
value |
|
) |
| |
§ clear()
void fileInformation::clear |
( |
| ) |
|
§ is_in()
bool fileInformation::is_in |
( |
const std::string & |
name_ | ) |
|
§ print()
std::string fileInformation::print |
( |
const size_t & |
index_ | ) |
|
§ push_back()
template<typename T >
bool fileInformation::push_back |
( |
const std::string & |
name_, |
|
|
const T & |
value_, |
|
|
const std::string & |
units_ = "" |
|
) |
| |
§ size()
size_t fileInformation::size |
( |
| ) |
|
|
inline |
§ parnames
std::vector<std::string> fileInformation::parnames |
|
private |
§ parvalues
std::vector<std::string> fileInformation::parvalues |
|
private |
The documentation for this class was generated from the following files: