|
Data Structures Class Templates
Various data structures implemented using c++ class templates.
|
Exception class for Stack underflow runtime error. More...
#include <stackunderflowerror.h>


Public Member Functions | |
| StackUnderflowError (const char *msg="StackUnderflowError") | |
| Constructor. More... | |
Public Member Functions inherited from StackError | |
| StackError (const char *msg="StackError") | |
| Constructor. More... | |
| const char * | what () const noexcept |
| Overridden what() method from std::runtime_error. More... | |
Additional Inherited Members | |
Protected Attributes inherited from StackError | |
| std::string | msg |
Exception class for Stack underflow runtime error.
|
inline |
Constructor.
| msg | Error message |
1.8.17