|
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 39 of file common.hpp.
|
inline |
Definition at line 58 of file common.hpp.

|
inline |
Definition at line 49 of file common.hpp.
|
inline |
Definition at line 51 of file common.hpp.
|
inline |
Definition at line 45 of file common.hpp.
|
inline |
Definition at line 47 of file common.hpp.
|
static |
Definition at line 54 of file common.hpp.
| ReadErrorCode mtcore::csv::ReadError::code |
Error code.
Definition at line 41 of file common.hpp.
|
static |
Definition at line 53 of file common.hpp.
| size_t mtcore::csv::ReadError::pos |
|
static |
Definition at line 55 of file common.hpp.