![]() |
NDEVR
API Documentation
|
Logic for splitting a string into two. More...
Static Public Member Functions | |
| static const char * | begin (const StringView &s) |
| Returns a pointer to the beginning of the string data. | |
| static const char * | end (const StringView &s) |
| Returns a pointer to the end of the string data. | |
| static StringViewBuffer | split (const StringView &s, char split) |
| Splits a string into parts using the given delimiter character. | |
|
static |
Returns a pointer to the beginning of the string data.
| [in] | s | The string view to get the beginning of. |
Referenced by StringStream< Vector< t_dims, t_type > >::fromString().
|
static |
Returns a pointer to the end of the string data.
| [in] | s | The string view to get the end of. |
Referenced by StringStream< Vector< t_dims, t_type > >::fromString().
|
static |
Splits a string into parts using the given delimiter character.
| [in] | s | The string view to split. |
| [in] | split | The delimiter character to split on. |
References split().
Referenced by StringStream< Bounds< t_dims, t_type > >::fromString(), StringStream< Buffer< t_type, t_memory_manager > >::fromString(), StringStream< Matrix< t_type, t_row_dims, t_col_dims > >::fromString(), StringStream< Vector< t_dims, t_type > >::fromString(), and split().