MADARA  3.1.8
LQueue.h File Reference
#include <stdlib.h>
#include <stdexcept>
#include "LQueue.cpp"
Include dependency graph for LQueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  madara::utility::LQueue< T >
 Defines a generic "first-in/first-out" (FIFO) Abstract Data Type (ADT) using a circular linked list. More...
 
class  madara::utility::LQueueConstIterator< T >
 Implements a forward iterator for LQueue type classes. More...
 
class  madara::utility::LQueueConstIterator< T >
 Implements a forward iterator for LQueue type classes. More...
 
class  madara::utility::LQueueIterator< T >
 Implements a forward iterator for LQueue type classes. More...
 
class  madara::utility::LQueueIterator< T >
 Implements a forward iterator for LQueue type classes. More...
 
class  madara::utility::LQueueNode< T >
 Defines a node in the LQueue that's implemented as a circular linked list. More...
 
class  madara::utility::LQueue< T >::Overflow
 Exception thrown by methods in this class when an overflow condition occurs. More...
 
class  madara::utility::LQueue< 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.