Disk ARchive  2.7.15
Full featured and portable backup and archiving tool
Classes | Namespaces
heap.hpp File Reference

heap data structure (relying on FIFO) More...

#include "../my_config.h"
#include <string>
#include "integers.hpp"
#include <memory>
#include <deque>
+ Include dependency graph for heap.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libdar::heap< T >
 the class heap is nothing related to the common heap datastructure this is just a "heap" in the sense of a pool of preallocated objects More...
 

Namespaces

 libdar
 libdar namespace encapsulate all libdar symbols
 

Detailed Description

heap data structure (relying on FIFO)

Definition in file heap.hpp.