◆ size_type
◆ Encoding
Enumerator |
---|
ENCODING_ASCII | |
ENCODING_UTF8 | |
◆ Input() [1/2]
osgDB::XmlNode::Input::Input |
( |
| ) |
|
◆ Input() [2/2]
osgDB::XmlNode::Input::Input |
( |
const Input & |
| ) |
|
◆ ~Input()
osgDB::XmlNode::Input::~Input |
( |
| ) |
|
◆ attach()
void osgDB::XmlNode::Input::attach |
( |
std::istream & |
istream | ) |
|
◆ copyCharacterToString()
void osgDB::XmlNode::Input::copyCharacterToString |
( |
std::string & |
str | ) |
|
|
inline |
◆ currentPosition()
size_type osgDB::XmlNode::Input::currentPosition |
( |
| ) |
const |
|
inline |
◆ find()
size_type osgDB::XmlNode::Input::find |
( |
const std::string & |
str | ) |
|
|
inline |
◆ get()
int osgDB::XmlNode::Input::get |
( |
| ) |
|
|
inline |
◆ getEncoding()
Encoding osgDB::XmlNode::Input::getEncoding |
( |
| ) |
const |
|
inline |
◆ match()
bool osgDB::XmlNode::Input::match |
( |
const std::string & |
str | ) |
|
|
inline |
◆ open()
void osgDB::XmlNode::Input::open |
( |
const std::string & |
filename | ) |
|
◆ operator bool()
osgDB::XmlNode::Input::operator bool |
( |
| ) |
const |
|
inline |
◆ operator++()
void osgDB::XmlNode::Input::operator++ |
( |
| ) |
|
|
inline |
◆ operator+=()
void osgDB::XmlNode::Input::operator+= |
( |
size_type |
n | ) |
|
|
inline |
◆ operator[]()
int osgDB::XmlNode::Input::operator[] |
( |
size_type |
i | ) |
const |
|
inline |
◆ readAllDataIntoBuffer()
void osgDB::XmlNode::Input::readAllDataIntoBuffer |
( |
| ) |
|
◆ setEncoding()
void osgDB::XmlNode::Input::setEncoding |
( |
Encoding |
encoding | ) |
|
|
inline |
◆ skipWhiteSpace()
void osgDB::XmlNode::Input::skipWhiteSpace |
( |
| ) |
|
◆ substr()
std::string osgDB::XmlNode::Input::substr |
( |
size_type |
pos, |
|
|
size_type |
n = std::string::npos |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: