#include <ptr_stack.h>
Public Member Functions | |
void | clear () |
bool | empty () const |
std::auto_ptr< T > | pop () |
ptr_stack () | |
void | push (std::auto_ptr< T > t) |
std::size_t | size () const |
T & | top () |
const T & | top () const |
~ptr_stack () | |
Private Attributes | |
std::vector< T * > | m_data |
Additional Inherited Members | |
Private Member Functions inherited from YAML_PM::noncopyable | |
noncopyable () | |
~noncopyable () | |
Definition at line 15 of file ptr_stack.h.
Definition at line 18 of file ptr_stack.h.
Definition at line 19 of file ptr_stack.h.
|
inline |
Definition at line 21 of file ptr_stack.h.
|
inline |
Definition at line 28 of file ptr_stack.h.
|
inline |
Definition at line 34 of file ptr_stack.h.
|
inline |
Definition at line 30 of file ptr_stack.h.
|
inline |
Definition at line 27 of file ptr_stack.h.
|
inline |
Definition at line 39 of file ptr_stack.h.
|
inline |
Definition at line 40 of file ptr_stack.h.
|
private |
Definition at line 43 of file ptr_stack.h.