class Gambit::ASCIItableReader

[No description available]

Public Functions

Name
ASCIItableReader(std::string filename)
ASCIItableReader()
~ASCIItableReader()
intread(std::string filename)
voidsetcolnames(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)
intgetncol()
intgetnrow()

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 2023-06-26 at 21:36:50 +0000