#include <ListView.h>
Collaboration diagram for ListView< IT >:Public Types | |
| using | iterator = IT |
Public Member Functions | |
| iterator | begin () const |
| bool | empty () const |
| iterator | end () const |
| ListView (iterator begin, iterator end) | |
| template<typename STL_CONTAINER > | |
| ListView (STL_CONTAINER &StlContainer) | |
| ListView (const ListView &)=default | |
| ListView & | operator= (const ListView &)=delete |
Private Attributes | |
| const iterator | Begin |
| const iterator | End |
Definition at line 10 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
Definition at line 14 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
Definition at line 16 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
Referenced by ListView< IT >::ListView().
Here is the caller graph for this function:
|
inlineexplicit |
Definition at line 19 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
References ListView< IT >::ListView(), and ListView< IT >::operator=().
Here is the call graph for this function:Definition at line 26 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
References ListView< IT >::Begin.
|
inline |
Definition at line 34 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
References ListView< IT >::Begin, and ListView< IT >::End.
Definition at line 30 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
References ListView< IT >::End.
Definition at line 40 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
Referenced by ListView< IT >::begin(), and ListView< IT >::empty().
Definition at line 42 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/ListView.h.
Referenced by ListView< IT >::empty(), and ListView< IT >::end().
1.8.13