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