![]() |
Kea
1.5.0
|
A stack with random access from its top. More...
#include <agent_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 170 of file agent_parser.h.
| typedef S::const_reverse_iterator isc::agent::stack< T, S >::const_iterator |
Definition at line 175 of file agent_parser.h.
| typedef S::reverse_iterator isc::agent::stack< T, S >::iterator |
Definition at line 174 of file agent_parser.h.
| typedef S::size_type isc::agent::stack< T, S >::size_type |
Definition at line 176 of file agent_parser.h.
|
inline |
Definition at line 178 of file agent_parser.h.
|
inline |
Definition at line 248 of file agent_parser.h.
|
inline |
Definition at line 236 of file agent_parser.h.
Referenced by isc::agent::AgentParser::parse().
|
inline |
Definition at line 254 of file agent_parser.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 229 of file agent_parser.h.
|
inline |
|
inline |
Definition at line 242 of file agent_parser.h.
Referenced by isc::agent::AgentParser::parse().