This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

template<typename T>
class Geo::GeoStringView

STL string_view replacement.

Functions

Name Description
GeoStringView(const T *)

Constructor.

GeoStringView(const T *, s32)

Constructor.

GetCString()

Returns a const raw pointer to the string.

GetLength()

Returns the length of the string.

IsEmpty()

Returns true if the string is empty.


Geo::GeoStringView< T >::GeoStringView


public: GeoStringView
(
    const T * s
)


Constructor.


Geo::GeoStringView< T >::GeoStringView


public: GeoStringView
(
    const T * s,
    s32 length
)


Constructor.


const T* Geo::GeoStringView< T >::GetCString


public: const T * GetCString() const


Returns a const raw pointer to the string.


s32 Geo::GeoStringView< T >::GetLength


public: s32 GetLength() const


Returns the length of the string.


bool Geo::GeoStringView< T >::IsEmpty


public: bool IsEmpty() const


Returns true if the string is empty.

  • No labels