Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::concept::Stack< T > Member List

This is the complete list of members for elm::concept::Stack< T >, including all inherited members.

isEmpty(void) const elm::concept::Stack< T >
pop(void)elm::concept::Stack< T >
push(const T &item)elm::concept::Stack< T >
reset(void)elm::concept::Stack< T >
top(void) const elm::concept::Stack< T >