vt::ctx::Collection struct

Context for a collection element that is running. Includes the index and proxy for the collection.

Constructors, destructors, conversion operators

Collection() defaulted
template<typename IndexT>
Collection(vrt::collection::Indexable<IndexT>* elm) explicit
Construct a Collection.

Public functions

void start()
Set the collection context.
void finish()
Remove the collection context.
void suspend()
void resume()

Function documentation

template<typename IndexT>
vt::ctx::Collection::Collection(vrt::collection::Indexable<IndexT>* elm) explicit

Construct a Collection.

Parameters
elm in the collection element to extract the index and proxy