Bridges-C++  3.4.5-dev1-6-g935685a
Bridges(C++ API)
Classes | Public Member Functions | List of all members
bridges::datastructure::SLelement< E >::SLelement_constlisthelper Class Reference

These are helper classes for SLelement for easy iteration. More...

#include <SLelement.h>

Classes

class  iterator
 

Public Member Functions

 SLelement_constlisthelper (typename bridges::datastructure::SLelement< E > const *s)
 
iterator begin ()
 
iterator end ()
 

Detailed Description

template<typename E>
class bridges::datastructure::SLelement< E >::SLelement_constlisthelper

These are helper classes for SLelement for easy iteration.

These are helper classes for SLelement for easy iteration in a range for loop. It is not meant to be created by the bridges user. But it may be returned by Bridges to provide an STL compliant list API.

Constructor & Destructor Documentation

◆ SLelement_constlisthelper()

template<typename E >
bridges::datastructure::SLelement< E >::SLelement_constlisthelper::SLelement_constlisthelper ( typename bridges::datastructure::SLelement< E > const *  s)
inline

Member Function Documentation

◆ begin()

template<typename E >
iterator bridges::datastructure::SLelement< E >::SLelement_constlisthelper::begin ( )
inline

◆ end()

template<typename E >
iterator bridges::datastructure::SLelement< E >::SLelement_constlisthelper::end ( )
inline

The documentation for this class was generated from the following file: