Implements a generic queue. More...
#include "Exception.h"
Go to the source code of this file.
Classes | |
struct | te::common::NodeT< T > |
Struct that represents a node in the Queue. More... | |
struct | te::common::QueueT< T > |
Struct that implements the generic queue. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::common |
Namespace for the Common module of TerraLib. | |
Implements a generic queue.
Definition in file GenericQueue.h.