CSCI 151 with Dr. J, California State University, Chico

CSCI 151:  Algorithms and Data Structures


Main Page   Class Hierarchy   Compound List   File List   Compound Members  

dsexceptions.h

Go to the documentation of this file.
00001 
00008         #ifndef DSEXCEPTIONS_H_
00009         #define DSEXCEPTIONS_H_
00010 
00020         class Underflow { };
00021 
00025         class Overflow  { };
00026 
00030         class OutOfMemory { };
00031 
00035         class BadIterator { };
00036 
00037         #endif


Documentation generated using
doxygen