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