FS2_Open
Open source remastering of the Freespace 2 engine
errParseOverflow Class Reference

Class thrown when the parsed string or token could not be stuffed into the smaller destination container. More...

#include <consoleparse.h>

Inheritance diagram for errParseOverflow:
errParse

Public Member Functions

 errParseOverflow (const char *found_str, size_t _len)
 
- Public Member Functions inherited from errParse
 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...
 
- Public Attributes inherited from errParse
SCP_string found_token
 
dc_token expected_type
 

Detailed Description

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.

Constructor & Destructor Documentation

errParseOverflow::errParseOverflow ( const char *  found_str,
size_t  _len 
)
inline

Definition at line 125 of file consoleparse.h.

Member Data Documentation

size_t errParseOverflow::len

The size of the destination container.

Definition at line 123 of file consoleparse.h.


The documentation for this class was generated from the following file: