![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::CSV, including all inherited members.
| clear() noexcept | s3d::CSV | |
| columns(size_t row) const noexcept | s3d::CSV | |
| CSV()=default | s3d::CSV | |
| CSV(FilePathView path, StringView separators=U",", StringView quotes=U"\"", StringView escapes=U"\\") | s3d::CSV | explicit |
| CSV(Reader &&reader, StringView separators=U",", StringView quotes=U"\"", StringView escapes=U"\\") | s3d::CSV | explicit |
| CSV(std::unique_ptr< IReader > &&reader, StringView separators=U",", StringView quotes=U"\"", StringView escapes=U"\\") | s3d::CSV | explicit |
| get(size_t row, size_t column) const | s3d::CSV | |
| getData() const | s3d::CSV | |
| getData() | s3d::CSV | |
| getOpt(size_t row, size_t column) const | s3d::CSV | |
| getOr(size_t row, size_t column, U &&defaultValue) const | s3d::CSV | |
| getRow(size_t row) const | s3d::CSV | |
| getRow(size_t row) | s3d::CSV | |
| isEmpty() const noexcept | s3d::CSV | |
| load(FilePathView path, StringView separators=U",", StringView quotes=U"\"", StringView escapes=U"\\") | s3d::CSV | |
| load(Reader &&reader, StringView separators=U",", StringView quotes=U"\"", StringView escapes=U"\\") | s3d::CSV | |
| load(std::unique_ptr< IReader > &&reader, StringView separators=U",", StringView quotes=U"\"", StringView escapes=U"\\") | s3d::CSV | |
| newLine() | s3d::CSV | |
| operator bool() const noexcept | s3d::CSV | explicit |
| operator[](size_t row) const | s3d::CSV | |
| operator[](size_t row) | s3d::CSV | |
| rows() const noexcept | s3d::CSV | |
| save(FilePathView path, char32 separator=U',', char32 quote=U'\"', char32 escape = U'\\') const | s3d::CSV | |
| write(const String &record) | s3d::CSV | |
| write(const Type &value) | s3d::CSV | |
| write(const Args &... records) | s3d::CSV | |
| writeRow(const Args &... records) | s3d::CSV |