STAPL API Reference |
Modules Classes |
core_view
The core_view is the base class for all pViews available in STAPL.
read_write
The read_write class provides operations to read and write values for a given element identifier. It applies the view's mapping function to the specified identifier before the request is forwarded to the underlying collection.
sequence
The sequence class provides support for iterators. It provides begin(), end(), and required types.
subscript
The subscript class provides support for the square-bracket operator This operator returns a reference to an element, rather a copy of the value.