osgDB::InputIterator Class Reference
List of all members.
Constructor & Destructor Documentation
| osgDB::InputIterator::InputIterator |
( |
|
) |
[inline] |
| virtual osgDB::InputIterator::~InputIterator |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| void osgDB::InputIterator::setStream |
( |
std::istream * |
istream |
) |
[inline] |
| std::istream* osgDB::InputIterator::getStream |
( |
|
) |
[inline] |
| const std::istream* osgDB::InputIterator::getStream |
( |
|
) |
const [inline] |
| void osgDB::InputIterator::checkStream |
( |
|
) |
const [inline] |
| bool osgDB::InputIterator::isFailed |
( |
|
) |
const [inline] |
| virtual bool osgDB::InputIterator::isBinary |
( |
|
) |
const [pure virtual] |
| virtual void osgDB::InputIterator::readBool |
( |
bool & |
b |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readChar |
( |
char & |
c |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readSChar |
( |
signed char & |
c |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readUChar |
( |
unsigned char & |
c |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readShort |
( |
short & |
s |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readUShort |
( |
unsigned short & |
s |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readInt |
( |
int & |
i |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readUInt |
( |
unsigned int & |
i |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readLong |
( |
long & |
l |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readULong |
( |
unsigned long & |
l |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readFloat |
( |
float & |
f |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readDouble |
( |
double & |
d |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readString |
( |
std::string & |
s |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readStream |
( |
std::istream &(*)(std::istream &) |
fn |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readBase |
( |
std::ios_base &(*)(std::ios_base &) |
fn |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readGLenum |
( |
ObjectGLenum & |
value |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readProperty |
( |
ObjectProperty & |
prop |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readMark |
( |
ObjectMark & |
mark |
) |
[pure virtual] |
| virtual void osgDB::InputIterator::readCharArray |
( |
char * |
s, |
|
|
unsigned int |
size | |
|
) |
| | [pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: