MT Core (C++)
Core library for replacing C++ standard in project usage
|
#include <common.hpp>
Public Member Functions | |
bool | operator== (const ReadError &o) const |
bool | operator== (const ReadErrorCode &o) const |
bool | operator!= (const ReadError &o) const |
bool | operator!= (const ReadErrorCode &o) const |
template<WriterImpl WI> | |
Result< size_t, typename io::Writer< WI >::ErrType > | fmt (io::Writer< WI > &writer, const io::FormatOptions &) |
Public Attributes | |
ReadErrorCode | code |
Error code. | |
size_t | pos |
Human-readable position (i.e. | |
Static Public Attributes | |
static const ReadError | END_OF_FILE |
static const ReadError | ALLOCATION_FAILED |
static const ReadError | SIZE_EXCEEDED |
Definition at line 21 of file common.hpp.
|
inline |
Definition at line 40 of file common.hpp.
|
inline |
Definition at line 31 of file common.hpp.
|
inline |
Definition at line 33 of file common.hpp.
|
inline |
Definition at line 27 of file common.hpp.
|
inline |
Definition at line 29 of file common.hpp.
|
static |
Definition at line 36 of file common.hpp.
ReadErrorCode mtcore::csv::ReadError::code |
Error code.
Definition at line 23 of file common.hpp.
|
static |
Definition at line 35 of file common.hpp.
size_t mtcore::csv::ReadError::pos |
|
static |
Definition at line 37 of file common.hpp.