class Gambit::ASCIItableReader
[No description available]
Public Functions
Name | |
---|---|
ASCIItableReader(std::string filename) | |
ASCIItableReader() | |
~ASCIItableReader() | |
int | read(std::string filename) |
void | setcolnames(std::vector< std::string > names) |
template <typename… Args> void | setcolnames(std::string name, Args… args) |
template <typename… Args> void | setcolnames(std::vector< std::string > vec, std::string name, Args… args) |
const std::vector< double > & | operator[](int i) |
const std::vector< double > & | operator[](std::string name) |
int | getncol() |
int | getnrow() |
Public Functions Documentation
function ASCIItableReader
inline ASCIItableReader(
std::string filename
)
function ASCIItableReader
inline ASCIItableReader()
function ~ASCIItableReader
inline ~ASCIItableReader()
function read
int read(
std::string filename
)
function setcolnames
void setcolnames(
std::vector< std::string > names
)
function setcolnames
template <typename... Args>
inline void setcolnames(
std::string name,
Args... args
)
function setcolnames
template <typename... Args>
inline void setcolnames(
std::vector< std::string > vec,
std::string name,
Args... args
)
function operator[]
inline const std::vector< double > & operator[](
int i
)
function operator[]
inline const std::vector< double > & operator[](
std::string name
)
function getncol
inline int getncol()
function getnrow
inline int getnrow()
Updated on 2024-07-18 at 13:53:30 +0000