FS2_Open
Open source remastering of the Freespace 2 engine
|
Class thrown when the parsed string or token could not be stuffed into the smaller destination container. More...
#include <consoleparse.h>
Public Member Functions | |
errParseOverflow (const char *found_str, size_t _len) | |
![]() | |
errParse (const char *found_str, dc_token expected_dct) | |
Invalid/Unexpected token constructor. More... | |
Public Attributes | |
size_t | len |
The size of the destination container. More... | |
![]() | |
SCP_string | found_token |
dc_token | expected_type |
Class thrown when the parsed string or token could not be stuffed into the smaller destination container.
Definition at line 120 of file consoleparse.h.
|
inline |
Definition at line 125 of file consoleparse.h.
size_t errParseOverflow::len |
The size of the destination container.
Definition at line 123 of file consoleparse.h.