class Itk::SimpleSexp2::Scanner: public Mutex


継承:


public メンバ関数
[more] Scanner(istream * istr, Bool deletablep = False, Heap * h = ITK_NULLPTR)
[more] Scanner(istream & istr, Bool deletablep = False, Heap * h = ITK_NULLPTR)
[more] Scanner(Buffer * b, Bool deletablep = False, Heap * h = ITK_NULLPTR)
[more] Scanner(Buffer & b, Bool deletablep = False, Heap * h = ITK_NULLPTR)
[more] ~Scanner()
[more]void init(istream * is = ITK_NULLPTR, Bool deletable = True, Heap * h = ITK_NULLPTR)
[more]void init(istream & istr, Bool deletable = True, Heap * h = ITK_NULLPTR)
[more]void init(Buffer * b, Bool deletable = True, Heap * h = ITK_NULLPTR)
[more]void init(Buffer & b, Bool deletable = True, Heap * h = ITK_NULLPTR)
[more]void reset(istream * is, Bool deletable = True)
[more]void reset(Buffer * b)
[more]void reset(Buffer & b)
[more]SimpleSexp2* scan(Bool resetp = True)
[more]SimpleSexp2* newAtom(const char * text, Bool copyp = True)
[more]SimpleSexp2* newAtom(SubString str, Bool copyp = True)
[more]SimpleSexp2* cons(SimpleSexp2 * car, SimpleSexp2 * cdr)

Public
[more]
[more]


継承Mutex:

public メンバ関数
ovoid lock()
ovoid unlock()


文書

o

o

o Scanner(istream * istr, Bool deletablep = False, Heap * h = ITK_NULLPTR)

o Scanner(istream & istr, Bool deletablep = False, Heap * h = ITK_NULLPTR)

o Scanner(Buffer * b, Bool deletablep = False, Heap * h = ITK_NULLPTR)

o Scanner(Buffer & b, Bool deletablep = False, Heap * h = ITK_NULLPTR)

o ~Scanner()

ovoid init(istream * is = ITK_NULLPTR, Bool deletable = True, Heap * h = ITK_NULLPTR)

ovoid init(istream & istr, Bool deletable = True, Heap * h = ITK_NULLPTR)

ovoid init(Buffer * b, Bool deletable = True, Heap * h = ITK_NULLPTR)

ovoid init(Buffer & b, Bool deletable = True, Heap * h = ITK_NULLPTR)

ovoid reset(istream * is, Bool deletable = True)

ovoid reset(Buffer * b)

ovoid reset(Buffer & b)

oSimpleSexp2* scan(Bool resetp = True)

oSimpleSexp2* newAtom(const char * text, Bool copyp = True)

oSimpleSexp2* newAtom(SubString str, Bool copyp = True)

oSimpleSexp2* cons(SimpleSexp2 * car, SimpleSexp2 * cdr)


このクラスには、子クラスは存在しない

Alphabetic index HTML クラス階層 or Java



このページは、DOC++により生成されています