OpenSceneGraph
3.0.1
|
Public Types | |
typedef std::string::size_type | size_type |
Public Member Functions | |
Input () | |
Input (const Input &) | |
~Input () | |
void | open (const std::string &filename) |
void | attach (std::istream &istream) |
void | readAllDataIntoBuffer () |
operator bool () const | |
size_type | currentPosition () const |
int | get () |
int | operator[] (size_type i) const |
void | operator++ () |
void | operator+= (size_type n) |
void | skipWhiteSpace () |
std::string | substr (size_type pos, size_type n=std::string::npos) |
size_type | find (const std::string &str) |
bool | match (const std::string &str) |
typedef std::string::size_type osgDB::XmlNode::Input::size_type |
osgDB::XmlNode::Input::Input | ( | const Input & | ) |
void osgDB::XmlNode::Input::attach | ( | std::istream & | istream | ) |
size_type osgDB::XmlNode::Input::currentPosition | ( | ) | const [inline] |
size_type osgDB::XmlNode::Input::find | ( | const std::string & | str | ) | [inline] |
int osgDB::XmlNode::Input::get | ( | ) | [inline] |
bool osgDB::XmlNode::Input::match | ( | const std::string & | str | ) | [inline] |
void osgDB::XmlNode::Input::open | ( | const std::string & | filename | ) |
osgDB::XmlNode::Input::operator bool | ( | ) | const [inline] |
void osgDB::XmlNode::Input::operator++ | ( | ) | [inline] |
void osgDB::XmlNode::Input::operator+= | ( | size_type | n | ) | [inline] |
int osgDB::XmlNode::Input::operator[] | ( | size_type | i | ) | const [inline] |
std::string osgDB::XmlNode::Input::substr | ( | size_type | pos, |
size_type | n = std::string::npos |
||
) | [inline] |
![]() | Generated at Thu Sep 27 2012 17:03:13 for the OpenSceneGraph by doxygen 1.7.6.1. |