TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | List of all members
sGraphicsStack< T > Struct Template Reference

Public Member Functions

tBool Push (iGraphicsContext *apContext)
 
tBool Pop (iGraphicsContext *apContext)
 

Public Attributes

astl::stack< T, astl::vector< T > > _states
 

Member Function Documentation

tBool Push ( iGraphicsContext apContext)
tBool Pop ( iGraphicsContext apContext)

Member Data Documentation

astl::stack<T,astl::vector<T> > _states