LMMS
Loading...
Searching...
No Matches
String_parse Class Reference

#include <strparse.h>

Public Member Functions

void init (std::string *s)
void skip_space ()
char peek ()
void get_nonspace_quoted (std::string &field)
 get the remaining characters, skipping initial spaces and final return
void get_remainder (std::string &field)

Public Attributes

int pos
std::string * str

Member Function Documentation

◆ get_nonspace_quoted()

void String_parse::get_nonspace_quoted ( std::string & field)

get the remaining characters, skipping initial spaces and final return

◆ get_remainder()

void String_parse::get_remainder ( std::string & field)

◆ init()

void String_parse::init ( std::string * s)
inline

◆ peek()

char String_parse::peek ( )

◆ skip_space()

void String_parse::skip_space ( )

Member Data Documentation

◆ pos

int String_parse::pos

◆ str

std::string* String_parse::str

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