#include <StringInputBuffer.hpp>
Public Member Functions | |
| StringInputBuffer (std::string &_istr) | |
| Creates an input stream from the specified string with its index position equal to zero. | |
| int | getChar () |
| Returns the next character in this stream. | |
Definition at line 37 of file StringInputBuffer.hpp.
| StringInputBuffer::StringInputBuffer | ( | std::string & | _istr | ) |
Creates an input stream from the specified string with its index position equal to zero.
| _istr | the string |
Definition at line 26 of file StringInputBuffer.cpp.
| int StringInputBuffer::getChar | ( | ) |
Returns the next character in this stream.
Definition at line 32 of file StringInputBuffer.cpp.
1.5.7