void init()
void clear()
SubString getSString(Int len)
char* getCString(Int len)
SimpleSexp2* newCell()
void releaseCell(SimpleSexp2 * cell, Bool recursivep = False)
SimpleSexp2* newAtom(Tag atype = T_Atom)
SimpleSexp2* newAtom(const SubString & s, Tag atype = T_Atom)
SimpleSexp2* newAtom(SubString & s, Bool copyp = True, Tag atype = T_Atom)
SimpleSexp2* newAtom(const char * s, Bool copyp = True, Tag atype = T_Atom)
SimpleSexp2* newSymbol(const SubString & s)
SimpleSexp2* newSymbol(SubString & s, Bool copyp = True)
SimpleSexp2* newSymbol(const char * s, Bool copyp = True)
SimpleSexp2* newInt(const Int & i)
SimpleSexp2* newFlt(const Flt & f)
SimpleSexp2* cons(SimpleSexp2 * car, SimpleSexp2 * cdr)
SimpleSexp2* list()
SimpleSexp2* list(SimpleSexp2 * s0)
SimpleSexp2* list(SimpleSexp2 * s0, SimpleSexp2 * s1)
SimpleSexp2* list(SimpleSexp2 * s0, SimpleSexp2 * s1, SimpleSexp2 * s2)
SimpleSexp2* list(SimpleSexp2 * s0, SimpleSexp2 * s1, SimpleSexp2 * s2, SimpleSexp2 * s3)
SimpleSexp2* list(SimpleSexp2 * s0, SimpleSexp2 * s1, SimpleSexp2 * s2, SimpleSexp2 * s3, SimpleSexp2 * s4)
SimpleSexp2* list(SimpleSexp2 * s0, SimpleSexp2 * s1, SimpleSexp2 * s2, SimpleSexp2 * s3, SimpleSexp2 * s4, SimpleSexp2 * s5)
SimpleSexp2* list(SimpleSexp2 * s0, SimpleSexp2 * s1, SimpleSexp2 * s2, SimpleSexp2 * s3, SimpleSexp2 * s4, SimpleSexp2 * s5, SimpleSexp2 * s6)
SimpleSexp2* list(SimpleSexp2 * s0, SimpleSexp2 * s1, SimpleSexp2 * s2, SimpleSexp2 * s3, SimpleSexp2 * s4, SimpleSexp2 * s5, SimpleSexp2 * s6, SimpleSexp2 * s7)
SimpleSexp2* append(SimpleSexp2 * list1, SimpleSexp2 * list2)
SimpleSexp2* concat(SimpleSexp2 * list1, SimpleSexp2 * list2)
SimpleSexp2* addLast(SimpleSexp2 * lst, SimpleSexp2 * lastelm)
SimpleSexp2* dup(SimpleSexp2 * orginal, Bool strcopyp = True)
SimpleSexp2* scan(istream * istr, Bool clearheapp = False)
SimpleSexp2* scan(istream & istr, Bool clearheapp = False)
SimpleSexp2* scan(Buffer * b, Bool clearheapp = False)
SimpleSexp2* scan(Buffer & b, Bool clearheapp = False)
SimpleSexp2* scan(const char * str, Bool clearheapp = False)
Alphabetic index HTML クラス階層 or Java