Public Member Functions | |
| ValStack () | |
| virtual | ~ValStack () |
| ValStack (const ValStack< T > &s) | |
| ValStack & | operator= (const ValStack< T > &s) |
| void | push (T v) |
| T | pop () |
| T & | top () |
| bool | isEmpty () |
| uint | count () const |
Definition at line 217 of file xmlgen.cpp.
Definition at line 220 of file xmlgen.cpp.
Definition at line 221 of file xmlgen.cpp.
Definition at line 222 of file xmlgen.cpp.
References ValStack< T >::m_size, ValStack< T >::m_sp, and ValStack< T >::m_values.
Definition at line 228 of file xmlgen.cpp.
References ValStack< T >::m_size, ValStack< T >::m_sp, and ValStack< T >::m_values.
| void ValStack< T >::push | ( | T | v | ) | [inline] |
Definition at line 235 of file xmlgen.cpp.
| T ValStack< T >::pop | ( | ) | [inline] |
Definition at line 245 of file xmlgen.cpp.
| T& ValStack< T >::top | ( | ) | [inline] |
Definition at line 250 of file xmlgen.cpp.
| bool ValStack< T >::isEmpty | ( | ) | [inline] |
Definition at line 255 of file xmlgen.cpp.
| uint ValStack< T >::count | ( | ) | const [inline] |
Definition at line 259 of file xmlgen.cpp.
1.5.1