aGrUM  0.20.3
a C++ library for (probabilistic) graphical models
gum::learning::CSVParser< ALLOC > Member List

This is the complete list of members for gum::learning::CSVParser< ALLOC >, including all inherited members.

allocator_type typedefgum::learning::CSVParser< ALLOC >
CSVParser(std::istream &in, const std::string &delimiter=",", const char commentmarker='#', const char quoteMarker='"', const allocator_type& alloc = allocator_type () )gum::learning::CSVParser< ALLOC >
current() constgum::learning::CSVParser< ALLOC >
nbLine() constgum::learning::CSVParser< ALLOC >
next()gum::learning::CSVParser< ALLOC >
useNewStream(std::istream &in, const std::string &delimiter=",", const char commentmarker='#', const char quoteMarker='"' )gum::learning::CSVParser< ALLOC >
~CSVParser()gum::learning::CSVParser< ALLOC >virtual