Tapkee
|
#include <reservable_priority_queue.hpp>
Public Types | |
typedef std::priority_queue< T > ::size_type | size_type |
Public Member Functions | |
reservable_priority_queue (size_type initial_capacity=0) | |
void | reserve (size_type initial_capacity) |
size_type | capacity () const |
void | clear () |
Public Attributes | |
T | elements |
Definition at line 14 of file reservable_priority_queue.hpp.
Definition at line 17 of file reservable_priority_queue.hpp.
reservable_priority_queue | ( | size_type | initial_capacity = 0 | ) |
Definition at line 18 of file reservable_priority_queue.hpp.
size_type capacity | ( | ) | const |
Definition at line 26 of file reservable_priority_queue.hpp.
void clear | ( | ) |
Definition at line 30 of file reservable_priority_queue.hpp.
void reserve | ( | size_type | initial_capacity | ) |
Definition at line 22 of file reservable_priority_queue.hpp.
|
inherited |
STL member.