#include <sreader.hpp>
Inheritance diagram for IntelibX_reader_not_ready:
This exception is thrown by IntelibGenericReader in case of attempt to get the resulting (read) expression when it's not available
Definition at line 287 of file sreader.hpp.
Public Member Functions | |
IntelibX_reader_not_ready () | |
void | AddStack (SReference r) |
Add an element to the carried stack-related information. | |
const char * | Description () const |
Get the description. | |
const SReference & | Parameter () const |
Get the parameter. | |
const SReference & | Stack () const |
Get the stack. |
|
Definition at line 484 of file sreader.cpp. |
|
Add an element to the carried stack-related information.
Definition at line 34 of file iexcept.cpp. References SReference::GetPtr(), and PTheEmptyList. |
|
Get the description.
Definition at line 85 of file iexcept.hpp. |
|
Get the parameter.
Definition at line 87 of file iexcept.hpp. |
|
Get the stack.
Definition at line 89 of file iexcept.hpp. |