![]() |
Kea
1.5.0
|
A stack with random access from its top. More...
#include <d2_parser.h>
Public Types | |
| typedef S::const_reverse_iterator | const_iterator |
| typedef S::reverse_iterator | iterator |
| typedef S::size_type | size_type |
Public Member Functions | |
| stack (size_type n=200) | |
| const_iterator | begin () const |
| void | clear () |
| const_iterator | end () const |
| T & | operator[] (int i) |
| Random access. More... | |
| const T & | operator[] (int i) const |
| Random access. More... | |
| T & | operator[] (size_type i) |
| Random access. More... | |
| const T & | operator[] (size_type i) const |
| Random access. More... | |
| void | pop (int n=1) |
| void | push (YY_MOVE_REF(T) t) |
| Steal the contents of t. More... | |
| size_type | size () const |
A stack with random access from its top.
Definition at line 171 of file d2_parser.h.
| typedef S::const_reverse_iterator isc::d2::stack< T, S >::const_iterator |
Definition at line 176 of file d2_parser.h.
| typedef S::reverse_iterator isc::d2::stack< T, S >::iterator |
Definition at line 175 of file d2_parser.h.
| typedef S::size_type isc::d2::stack< T, S >::size_type |
Definition at line 177 of file d2_parser.h.
|
inline |
Definition at line 179 of file d2_parser.h.
|
inline |
Definition at line 249 of file d2_parser.h.
|
inline |
Definition at line 237 of file d2_parser.h.
Referenced by isc::d2::D2Parser::parse().
|
inline |
Definition at line 255 of file d2_parser.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 230 of file d2_parser.h.
|
inline |
|
inline |
Definition at line 243 of file d2_parser.h.
Referenced by isc::d2::D2Parser::parse().