FS2_Open
Open source remastering of the Freespace 2 engine
|
Class thrown when an expected string was not found. Can/should contain all of the expected strings. More...
#include <consoleparse.h>
Public Member Functions | |
errParseString (const char *found_str, char *str) | |
Invalid/Unexpected token constructor. More... | |
errParseString (const char *found_str, char *str1, char *str2) | |
Invalid/Unexpected token constructor. More... | |
errParseString (const char *found_str, SCP_vector< SCP_string > &strings) | |
Invalid/Unexpected token constructor. More... | |
![]() | |
errParse (const char *found_str, dc_token expected_dct) | |
Invalid/Unexpected token constructor. More... | |
Public Attributes | |
SCP_vector< SCP_string > | expected_tokens |
![]() | |
SCP_string | found_token |
dc_token | expected_type |
Class thrown when an expected string was not found. Can/should contain all of the expected strings.
Definition at line 70 of file consoleparse.h.
|
inline |
Invalid/Unexpected token constructor.
[in] | found_str | The string that was found |
[in] | str | The token that was expected |
Definition at line 81 of file consoleparse.h.
|
inline |
Invalid/Unexpected token constructor.
[in] | found_str | The string that was found |
[in] | str1 | The first token that was expected |
[in] | str2 | The second token that was expected |
Definition at line 94 of file consoleparse.h.
|
inline |
Invalid/Unexpected token constructor.
[in] | found_str | The string that was found |
[in] | strings | The strings that were expected |
Definition at line 107 of file consoleparse.h.
SCP_vector<SCP_string> errParseString::expected_tokens |
Definition at line 73 of file consoleparse.h.