An interface for general sequence-type containers. More...
#include <Sequence.hpp>
Public Member Functions | |
virtual int | size ()=0 |
virtual T | operator[] (int index)=0 |
An interface for general sequence-type containers.
Supports access to elements but intentionally doesn't support insertion or removal of elements.
This is useful for classes providing limited public access to otherwise private variables.