Bridges-C++  3.4.2
Bridges(C++ API)
Classes | Public Member Functions | List of all members
bridges::datastructure::SLelement< E >::SLelement_listhelper Class Reference

#include <SLelement.h>

Detailed Description

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

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.

Classes

class  iterator
 

Public Member Functions

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

Constructor & Destructor Documentation

◆ SLelement_listhelper()

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

Member Function Documentation

◆ begin()

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

◆ end()

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

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