/
class Geo StridedArrayView
This is the documentation for Enlighten.
class Geo StridedArrayView
template<typename T>
class Geo::StridedArrayView
A read-only view into an array with optional stride.
Functions
Name | Description |
---|---|
GetSize() | Return the number of elements. |
operator[](int) | Return the i'th element. |
StridedArrayView(const T *, Geo::s32, Geo::s32) | Constructor. |
GEO_FORCE_INLINE Geo::s32 Geo::StridedArrayView< T >::GetSize
public: GEO_FORCE_INLINEGeo::s32 GetSize() const
Return the number of elements.
GEO_FORCE_INLINE const T& Geo::StridedArrayView< T >::operator[]
public: GEO_FORCE_INLINE const T & operator[]
(
int i
) const
Return the i'th element.
Geo::StridedArrayView< T >::StridedArrayView
public: StridedArrayView
(
const T * first,
Geo::s32 count,
Geo::s32 stride
)
Constructor.
, multiple selections available,
Related content
struct Geo FixedSizeArray
struct Geo FixedSizeArray
More like this
struct Geo FixedSizeArray
struct Geo FixedSizeArray
More like this
class Geo GeoImmutableArray
class Geo GeoImmutableArray
More like this
class Geo GeoImmutableArray
class Geo GeoImmutableArray
More like this
class Geo GeoImmutableArray
class Geo GeoImmutableArray
More like this
class Geo GeoAutoReleaseArray
class Geo GeoAutoReleaseArray
More like this