Data Structures Class Templates
Various data structures implemented using c++ class templates.
Classes
stackerror.h File Reference

Contains implementation of StackError base exception class. More...

#include <stdexcept>
#include <string>
#include "stackoverflowerror.h"
#include "stackunderflowerror.h"
Include dependency graph for stackerror.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StackError
 Base class for all Stack related exceptions. More...
 

Detailed Description

Contains implementation of StackError base exception class.