Searched refs:func_parsebuf (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dparsestream.h96 // A func_parsebuf calls a given function to get new input.
109 // func_parsebuf my_stream(DoReadLine, PromptBuffer);
114 class func_parsebuf : public parsebuf { class in inherits:parsebuf
119 func_parsebuf(CharReader func, void *argm = NULL);
/haiku/src/libs/stdc++/legacy/
H A Dparsestream.cc212 func_parsebuf::func_parsebuf(CharReader func, void *argm) : parsebuf()
223 int func_parsebuf::tell_in_line()
236 char* func_parsebuf::current_line()
241 int func_parsebuf::seek_in_line(int i)
262 int func_parsebuf::underflow()

Completed in 82 milliseconds