MADARA  3.2.3
LStack.h File Reference
#include <stdlib.h>
#include <stdexcept>
#include "LStack.cpp"

Go to the source code of this file.

Classes

class  madara::utility::LStack< T >
 Defines a generic "last-in/first-out" (LIFO) Abstract Data Type (ADT) using a stack that's implemented as a linked list. More...
 
class  madara::utility::LStackConstIterator< T >
 Implements a forward iterator for LStack type classes. More...
 
class  madara::utility::LStackConstIterator< T >
 Implements a forward iterator for LStack type classes. More...
 
class  madara::utility::LStackIterator< T >
 Implements a forward iterator for LStack type classes. More...
 
class  madara::utility::LStackIterator< T >
 Implements a forward iterator for LStack type classes. More...
 
class  madara::utility::LStackNode< T >
 Defines a node in the LStack that's implemented as a linked list. More...
 
class  madara::utility::LStack< T >::Overflow
 Exception thrown by methods in this class when an overflow condition occurs. More...
 
class  madara::utility::LStack< T >::Underflow
 Exception thrown by methods in this class when an underflow condition occurs. More...
 

Namespaces

 madara
 Copyright (c) 2015 Carnegie Mellon University.
 
 madara::utility
 Provides utility functions and classes for common tasks and needs.