Stxxl  1.3.2
Public Member Functions | List of all members
priority_queue_local::internal_bounded_stack< Tp_, max_size_ > Class Template Reference

Similar to std::stack, with the following differences: More...

#include <pq_helpers.h>

Inheritance diagram for priority_queue_local::internal_bounded_stack< Tp_, max_size_ >:
Inheritance graph
[legend]

Public Member Functions

void push (const value_type &x)
 
const value_type & top () const
 
void pop ()
 
void clear ()
 
size_type size () const
 
bool empty () const
 

Detailed Description

template<typename Tp_, unsigned_type max_size_>
class priority_queue_local::internal_bounded_stack< Tp_, max_size_ >

Similar to std::stack, with the following differences:


The documentation for this class was generated from the following file: