#include <iexcept.hpp>
Inheritance diagram for IntelibX_bug:
Definition at line 151 of file iexcept.hpp.
Public Member Functions | |
IntelibX_bug () | |
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 82 of file iexcept.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. |