cnx_string_vtable_t struct

The function vector table of methods associated with CnxString

Public variables

CnxRandomAccessIterator() char_ref(*const begin
Returns a CnxRandomAccessIterator(char_ref) into the given CnxString, at the beginning of the iteration (pointing at the beginning of the string)
CnxRandomAccessIterator() char_ref(*const end
Returns a CnxRandomAccessIterator(char_ref) into the given CnxString, at the end of the iteration (pointing at the end of the string)
CnxRandomAccessIterator() char_ref(*const rbegin
Returns a CnxRandomAccessIterator(char_ref) into the given CnxString, at the beginning of the reversed iteration (pointing at the end of the string)
CnxRandomAccessIterator() char_ref(*const rend
Returns a CnxRandomAccessIterator(char_ref) into the given CnxString, at the end of the reversed iteration (pointing at the beginning of the string)
CnxRandomAccessIterator() const_char_ref(*const cbegin
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxString, at the beginning of the iteration (pointing at the beginning of the string)
CnxRandomAccessIterator() const_char_ref(*const cend
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxString, at the end of the iteration (pointing at the end of the string)
CnxRandomAccessIterator() const_char_ref(*const crbegin
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxString, at the beginning of the reversed iteration (pointing at the end of the string)
CnxRandomAccessIterator() const_char_ref(*const crend
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxString, at the end of the reversed iteration (pointing at the beginning of the string)