API Documentation
Loading...
Searching...
No Matches
StringSplitter Class Reference

Logic for splitting a string into two. More...

#include <StringStream.h>

Static Public Member Functions

static const char * begin (const String &s)
 
static const char * end (const String &s)
 
static Buffer< String, uint04, ObjectAllocator< false > > split (const String &s, char split)
 

Detailed Description

Logic for splitting a string into two.


autotoc_md620

Member Function Documentation

◆ begin()

static const char * begin ( const String & s)
static

◆ end()

static const char * end ( const String & s)
static

◆ split()

static Buffer< String, uint04, ObjectAllocator< false > > split ( const String & s,
char split )
static

The documentation for this class was generated from the following file: