OpenMiner  0.0.1a
Voxel game engine
Public Member Functions | Public Attributes | List of all members
sol::stack::push_popper< bool, T, typename > Struct Template Reference

#include <sol.hpp>

Public Member Functions

 push_popper (T x)
 
 ~push_popper ()
 

Public Attributes

T t
 

Constructor & Destructor Documentation

§ push_popper()

template<bool , typename T , typename = void>
sol::stack::push_popper< bool, T, typename >::push_popper ( T  x)
inline
6638  : t(x) {
6639  t.push();
6640  }
T t
Definition: sol.hpp:6636

§ ~push_popper()

template<bool , typename T , typename = void>
sol::stack::push_popper< bool, T, typename >::~push_popper ( )
inline
6641  {
6642  t.pop();
6643  }
T t
Definition: sol.hpp:6636

Member Data Documentation

§ t

template<bool , typename T , typename = void>
T sol::stack::push_popper< bool, T, typename >::t

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