cesium-native 0.50.0
Loading...
Searching...
No Matches
CesiumVectorData::GeoJsonObject::IteratorProvider< TIterator > Struct Template Reference

An object providing begin and end methods for creating iterators of the given type for a GeoJsonObject. More...

#include <CesiumVectorData/GeoJsonObject.h>

Public Member Functions

TIterator begin ()
 Returns an iterator pointing to the first element.
 
TIterator end ()
 Returns an iterator pointing "past the end" of all the elements.
 

Friends

struct GeoJsonObject
 

Detailed Description

template<typename TIterator>
struct CesiumVectorData::GeoJsonObject::IteratorProvider< TIterator >

An object providing begin and end methods for creating iterators of the given type for a GeoJsonObject.

Definition at line 49 of file GeoJsonObject.h.

Member Function Documentation

◆ begin()

template<typename TIterator>
TIterator CesiumVectorData::GeoJsonObject::IteratorProvider< TIterator >::begin ( )
inline

Returns an iterator pointing to the first element.

Definition at line 53 of file GeoJsonObject.h.

◆ end()

template<typename TIterator>
TIterator CesiumVectorData::GeoJsonObject::IteratorProvider< TIterator >::end ( )
inline

Returns an iterator pointing "past the end" of all the elements.

Definition at line 58 of file GeoJsonObject.h.

Friends And Related Symbol Documentation

◆ GeoJsonObject

template<typename TIterator>
friend struct GeoJsonObject
friend

Definition at line 64 of file GeoJsonObject.h.


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