Context Class
(Debugger::Core::Context)Public Types
typedef | const_iterator |
Public Functions
Context() | |
Context(int c1) | |
Context(int c1, int c2) | |
Context(int c1, int c2, int c3) | |
void | add(const Debugger::Core::Context &c) |
void | add(int c) |
int | at(int) const |
Debugger::Core::Context::const_iterator | begin() const |
bool | contains(int c) const |
Debugger::Core::Context::const_iterator | end() const |
int | indexOf(int c) const |
bool | isEmpty() const |
void | prepend(int c) |
void | removeAt(int i) |
int | size() const |
bool | operator==(const Debugger::Core::Context &c) const |
Member Function Documentation
Context::Context()
Default constructs an instance of Context.
Context::Context(int c1)
Default constructs an instance of Context.
Context::Context(int c1, int c2)
Default constructs an instance of Context.
Context::Context(int c1, int c2, int c3)
Default constructs an instance of Context.