Stride Reference Manual
- generated for commit 9643b11
|
Header file of base class for config that needs to be read from a file. More...
Go to the source code of this file.
Classes | |
class | stride::util::CSVRow |
Row in CSV file. More... | |
Namespaces | |
stride | |
Namespace for the simulator and related classes. | |
stride::util | |
Utilities for the project. | |
Functions | |
template<typename T , std::enable_if_t< std::is_arithmetic< T >::value, int > = 0> | |
T | stride::util::safe_cast (const std::string &val) |
Converts a string to an arithmetic type, in a safe manner. More... | |
template<> | |
std::string | stride::util::CSVRow::GetValue< std::string > (size_t index) const |
specialization for string More... | |
template<> | |
std::string | stride::util::CSVRow::GetValue< std::string > (const std::string &label) const |
specialization for string More... | |
Header file of base class for config that needs to be read from a file.
Definition in file CSVRow.h.