3D Repo Bouncer  1.4
Public Member Functions | List of all members
repo::lib::RepoStack< T > Class Template Reference

Public Member Functions

void push (const T &item)
 
pop ()
 
std::vector< T > empty ()
 

Member Function Documentation

template<class T>
std::vector<T> repo::lib::RepoStack< T >::empty ( )
inline

empty the stack and return all its elements in a vector

Returns
vector of T

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