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 Type Documentation

typedef Context::const_iterator

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.

void Context::add(const Core::Context &c)

void Context::add(Core::Id c)

Core::Id Context::at(int i) const

Core::Context::const_iterator Context::begin() const

bool Context::contains(Core::Id c) const

Core::Context::const_iterator Context::end() const

int Context::indexOf(Core::Id c) const

bool Context::isEmpty() const

void Context::prepend(Core::Id c)

void Context::removeAt(int i)

int Context::size() const

bool Context::operator==(const Core::Context &c) const