#include <io.h>
◆ csv_descriptor()
bc::io::csv_descriptor::csv_descriptor |
( |
std::string |
fname | ) |
|
|
inline |
◆ delim() [1/2]
◆ delim() [2/2]
const char& bc::io::csv_descriptor::delim |
( |
| ) |
const |
|
inline |
◆ filename() [1/2]
const std::string& bc::io::csv_descriptor::filename |
( |
| ) |
const |
|
inline |
◆ filename() [2/2]
csv_descriptor& bc::io::csv_descriptor::filename |
( |
std::string |
filename | ) |
|
|
inline |
◆ header() [1/2]
const bool& bc::io::csv_descriptor::header |
( |
| ) |
const |
|
inline |
◆ header() [2/2]
◆ index() [1/2]
◆ index() [2/2]
const bool& bc::io::csv_descriptor::index |
( |
| ) |
const |
|
inline |
◆ mode() [1/2]
const char& bc::io::csv_descriptor::mode |
( |
| ) |
const |
|
inline |
◆ mode() [2/2]
◆ row_delim() [1/2]
◆ row_delim() [2/2]
const char& bc::io::csv_descriptor::row_delim |
( |
| ) |
const |
|
inline |
◆ skip_cols() [1/3]
csv_descriptor& bc::io::csv_descriptor::skip_cols |
( |
std::vector< int > |
skip_cols | ) |
|
|
inline |
◆ skip_cols() [2/3]
const std::vector<int>& bc::io::csv_descriptor::skip_cols |
( |
| ) |
const |
|
inline |
◆ skip_cols() [3/3]
template<class... Integers>
csv_descriptor& bc::io::csv_descriptor::skip_cols |
( |
int |
x, |
|
|
Integers... |
args_ |
|
) |
| |
|
inline |
◆ skip_rows() [1/3]
csv_descriptor& bc::io::csv_descriptor::skip_rows |
( |
std::vector< int > |
skip_rows | ) |
|
|
inline |
◆ skip_rows() [2/3]
const std::vector<int>& bc::io::csv_descriptor::skip_rows |
( |
| ) |
const |
|
inline |
◆ skip_rows() [3/3]
template<class... Integers>
csv_descriptor& bc::io::csv_descriptor::skip_rows |
( |
int |
x, |
|
|
Integers... |
args_ |
|
) |
| |
|
inline |
◆ transpose() [1/2]
◆ transpose() [2/2]
const bool& bc::io::csv_descriptor::transpose |
( |
| ) |
const |
|
inline |
◆ delim_
char bc::io::csv_descriptor::delim_ = ',' |
◆ filename_
std::string bc::io::csv_descriptor::filename_ = "" |
◆ header_
bool bc::io::csv_descriptor::header_ = true |
◆ index_
bool bc::io::csv_descriptor::index_ = false |
◆ mode_
char bc::io::csv_descriptor::mode_ = 'r' |
◆ row_delim_
char bc::io::csv_descriptor::row_delim_ = '\n' |
◆ skip_cols_
std::vector<int> bc::io::csv_descriptor::skip_cols_ = {} |
◆ skip_rows_
std::vector<int> bc::io::csv_descriptor::skip_rows_ = {} |
◆ transpose_
bool bc::io::csv_descriptor::transpose_ = false |
The documentation for this struct was generated from the following file: