The TextStream class can be used to conveniently read or parse utf8-encoded text files.
More...
#include <TextStream.hpp>
List of all members.
Detailed Description
The TextStream class can be used to conveniently read or parse utf8-encoded text files.
Constructor & Destructor Documentation
| vl::TextStream::TextStream |
( |
VirtualFile * |
file = NULL ) |
[inline] |
| vl::TextStream::~TextStream |
( |
) |
[inline] |
Member Function Documentation
| virtual const char* vl::TextStream::className |
( |
) |
[inline, virtual] |
| void vl::TextStream::ungetLine |
( |
const std::string & |
utf8 ) |
[inline] |
| bool vl::TextStream::readLine |
( |
std::string & |
utf8 ) |
[inline] |
| bool vl::TextStream::readLine |
( |
String & |
line ) |
[inline] |
Reads a CR or LF or CR/LF or LF/CR terminated line.
| bool vl::TextStream::readLineCR |
( |
String & |
line ) |
[inline] |
Reads a CR terminated line.
| bool vl::TextStream::readLineLF |
( |
String & |
line ) |
[inline] |
Reads a LF terminated line.
| bool TextStream::readInt |
( |
int & |
i, |
|
|
bool |
hex = false |
|
) |
| |
| bool TextStream::readDouble |
( |
double & |
d ) |
|
| bool vl::TextStream::readString |
( |
String & |
token ) |
[inline] |
| bool vl::TextStream::readStdString |
( |
std::string & |
token ) |
[inline] |
| bool vl::TextStream::readQuotedString |
( |
String & |
token ) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/TextStream.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/TextStream.cpp