Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
User Manual

Specialized_iterators

Authors: F. Cazals and T. Dreyfus

Introduction

This package is dedicated to iterators over containers with particular specifications.

Implementation

Container of Containers Iterator

Two iterators are defined:

The template parameter OuterContainerIterator specifies the iterator over the mutable outer container, while OuterContainerConstIterator specifies the iterator over the non-mutable outer container.

Dependencies

This package has no internal nor external dependency.

Examples

Container of Containers Iterator Example

This example presents SBL::CADS::T_Container_of_containers_const_iterator :