Stride Reference Manual  - generated for commit 9643b11
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CSVRow.h File Reference

Header file of base class for config that needs to be read from a file. More...

#include "util/StringUtils.h"
#include <boost/lexical_cast.hpp>
#include <iosfwd>
Include dependency graph for CSVRow.h:
This graph shows which files directly or indirectly include this file:

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>
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...
 

Detailed Description

Header file of base class for config that needs to be read from a file.

Definition in file CSVRow.h.