PX4 Firmware
PX4 Autopilot Software http://px4.io
List< T >::Iterator Struct Reference

#include <List.hpp>

Collaboration diagram for List< T >::Iterator:

Public Member Functions

 Iterator (T v)
 
 operator T () const
 
 operator T& ()
 
operator* () const
 
Iteratoroperator++ ()
 

Public Attributes

node
 

Detailed Description

template<class T>
struct List< T >::Iterator

Definition at line 119 of file List.hpp.

Constructor & Destructor Documentation

◆ Iterator()

template<class T >
List< T >::Iterator::Iterator ( v)
inlineexplicit

Definition at line 121 of file List.hpp.

Member Function Documentation

◆ operator T()

template<class T >
List< T >::Iterator::operator T ( ) const
inline

Definition at line 123 of file List.hpp.

◆ operator T&()

template<class T >
List< T >::Iterator::operator T & ( )
inline

Definition at line 124 of file List.hpp.

◆ operator*()

template<class T >
T List< T >::Iterator::operator* ( ) const
inline

Definition at line 125 of file List.hpp.

◆ operator++()

template<class T >
Iterator& List< T >::Iterator::operator++ ( )
inline

Definition at line 126 of file List.hpp.

Member Data Documentation

◆ node

template<class T >
T List< T >::Iterator::node

Definition at line 120 of file List.hpp.


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