|
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 19 of file reservable_priority_queue.hpp.
Definition at line 22 of file reservable_priority_queue.hpp.
| reservable_priority_queue | ( | size_type | initial_capacity = 0 | ) |
Definition at line 23 of file reservable_priority_queue.hpp.
| size_type capacity | ( | ) | const |
Definition at line 31 of file reservable_priority_queue.hpp.
| void clear | ( | ) |
Definition at line 35 of file reservable_priority_queue.hpp.
| void reserve | ( | size_type | initial_capacity | ) |
Definition at line 27 of file reservable_priority_queue.hpp.
|
inherited |
STL member.