class
#include <eckit/parser/CSVParser.h>
CSVParser
Base classes
- class StreamParser
Public static functions
- static auto decodeFile(const PathName& path, bool hasHeader) -> Value
-
static auto decodeString(const std::
string& str, bool hasHeader) -> Value
Constructors, destructors, conversion operators
-
CSVParser(std::
istream& in, bool hasHeader)
Public functions
Function documentation
char eckit:: CSVParser:: peek(bool spaces = false)
#include <eckit/parser/StreamParser.h>
char eckit:: CSVParser:: next(bool spaces = false)
#include <eckit/parser/StreamParser.h>
void eckit:: CSVParser:: consume(char)
#include <eckit/parser/StreamParser.h>
void eckit:: CSVParser:: consume(const char*)
#include <eckit/parser/StreamParser.h>
void eckit:: CSVParser:: expect(const char*)
#include <eckit/parser/StreamParser.h>
void eckit:: CSVParser:: putback(char)
#include <eckit/parser/StreamParser.h>