Stride Reference Manual  - generated for commit 9643b11
CSV.h File Reference

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

#include "CSVRow.h"
#include "util/StringUtils.h"
#include "util/is_iterator.h"
#include <iosfwd>
#include <type_traits>
#include <vector>
#include <filesystem>
Include dependency graph for CSV.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stride::util::CSV
 A collection of CSVRow elements. More...
 

Namespaces

 stride
 Namespace for the simulator and related classes.
 
 stride::util
 Utilities for the project.
 

Functions

std::ofstream & stride::util::operator<< (std::ofstream &ofs, const CSV &csv)
 

Detailed Description

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

Definition in file CSV.h.