Context is a list of words in the command line that user presented with interface for interacting with them.
More...
#include <context.hpp>
Context is a list of words in the command line that user presented with interface for interacting with them.
Definition at line 60 of file context.hpp.
◆ Context() [1/2]
Args::Context::Context |
( |
| ) |
|
|
inline |
◆ Context() [2/2]
◆ atEnd()
bool Args::Context::atEnd |
( |
| ) |
|
|
inline |
◆ begin()
ContextInternal::iterator Args::Context::begin |
( |
| ) |
|
|
inline |
- Returns
- Iterator to the first item in the context.
Definition at line 118 of file context.hpp.
◆ end()
ContextInternal::iterator Args::Context::end |
( |
| ) |
|
|
inline |
- Returns
- Iterator to the last item in the context.
Definition at line 124 of file context.hpp.
◆ next()
ContextInternal::iterator Args::Context::next |
( |
| ) |
|
|
inline |
- Returns
- Iterator to the next item in the context.
Definition at line 136 of file context.hpp.
◆ operator=()
◆ prepend()
void Args::Context::prepend |
( |
const String & |
what | ) |
|
|
inline |
Prepend context with new item.
Definition at line 152 of file context.hpp.
◆ putBack()
void Args::Context::putBack |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: