#include <ptr_stack.h>
List of all members.
template<typename T>
class ptr_stack< T >
Constructor & Destructor Documentation
Member Function Documentation
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>
| const T& ptr_stack< T >::top |
( |
| ) |
const [inline] |
The documentation for this class was generated from the following files:
- D:/J_PROGRAMI/SPLINEPROJECT/CODE2/Face_Databases/yaml-cpp/ptr_stack.h
- D:/J_PROGRAMI/SPLINEPROJECT/CODE2/Util_YAML/src/ptr_stack.h