Video Processing Framework
ptr_stack< T > Class Template Reference

#include <ptr_stack.h>

Inheritance diagram for ptr_stack< T >:
YAML::noncopyable YAML::noncopyable

List of all members.

Public Member Functions

 ptr_stack ()
 ~ptr_stack ()
void clear ()
std::size_t size () const
bool empty () const
void push (std::auto_ptr< T > t)
std::auto_ptr< T > pop ()
T & top ()
const T & top () const
 ptr_stack ()
 ~ptr_stack ()
void clear ()
std::size_t size () const
bool empty () const
void push (std::auto_ptr< T > t)
std::auto_ptr< T > pop ()
T & top ()
const T & top () const

template<typename T>
class ptr_stack< T >


Constructor & Destructor Documentation

template<typename T>
ptr_stack< T >::ptr_stack ( ) [inline]
template<typename T>
ptr_stack< T >::~ptr_stack ( ) [inline]
template<typename T>
ptr_stack< T >::ptr_stack ( ) [inline]
template<typename T>
ptr_stack< T >::~ptr_stack ( ) [inline]

Member Function Documentation

template<typename T>
void ptr_stack< T >::clear ( ) [inline]
template<typename T>
void ptr_stack< T >::clear ( ) [inline]
template<typename T>
bool ptr_stack< T >::empty ( ) const [inline]
template<typename T>
bool ptr_stack< T >::empty ( ) const [inline]
template<typename T>
std::auto_ptr<T> ptr_stack< T >::pop ( ) [inline]
template<typename T>
std::auto_ptr<T> ptr_stack< T >::pop ( ) [inline]
template<typename T>
void ptr_stack< T >::push ( std::auto_ptr< T >  t) [inline]
template<typename T>
void ptr_stack< T >::push ( std::auto_ptr< T >  t) [inline]
template<typename T>
std::size_t ptr_stack< T >::size ( ) const [inline]
template<typename T>
std::size_t ptr_stack< T >::size ( ) const [inline]
template<typename T>
const T& ptr_stack< T >::top ( ) const [inline]
template<typename T>
T& ptr_stack< T >::top ( ) [inline]
template<typename T>
const T& ptr_stack< T >::top ( ) const [inline]
template<typename T>
T& ptr_stack< T >::top ( ) [inline]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines