Csound and CsoundAC API  5.17
Public Member Functions | Data Fields
String_parse Class Reference

#include <strparse.h>

Public Member Functions

void get_nonspace_quoted (std::string &field)
void get_remainder (std::string &field)
void init (std::string *s)
char peek ()
void skip_space ()

Data Fields

int pos
std::string * str

Member Function Documentation

void String_parse::get_nonspace_quoted ( std::string &  field)
void String_parse::get_remainder ( std::string &  field)
void String_parse::init ( std::string *  s)
inline

References pos, and str.

char String_parse::peek ( )
void String_parse::skip_space ( )

Field Documentation

int String_parse::pos

Referenced by init().

std::string* String_parse::str

Referenced by init().