cesium-native 0.50.0
|
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 |
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.
|
inline |
Returns an iterator pointing to the first element.
Definition at line 53 of file GeoJsonObject.h.
|
inline |
Returns an iterator pointing "past the end" of all the elements.
Definition at line 58 of file GeoJsonObject.h.
|
friend |
Definition at line 64 of file GeoJsonObject.h.