#include <StreamOperator.h>
Definition at line 73 of file StreamOperator.h.
osgDB::InputIterator::InputIterator |
( |
| ) |
|
|
inline |
virtual osgDB::InputIterator::~InputIterator |
( |
| ) |
|
|
inlinevirtual |
virtual void osgDB::InputIterator::advanceToCurrentEndBracket |
( |
| ) |
|
|
inlinevirtual |
void osgDB::InputIterator::checkStream |
( |
| ) |
const |
|
inline |
int osgDB::InputIterator::getByteSwap |
( |
| ) |
const |
|
inline |
const InputStream* osgDB::InputIterator::getInputStream |
( |
| ) |
const |
|
inline |
std::istream* osgDB::InputIterator::getStream |
( |
| ) |
|
|
inline |
const std::istream* osgDB::InputIterator::getStream |
( |
| ) |
const |
|
inline |
bool osgDB::InputIterator::getSupportBinaryBrackets |
( |
| ) |
const |
|
inline |
virtual bool osgDB::InputIterator::isBinary |
( |
| ) |
const |
|
pure virtual |
bool osgDB::InputIterator::isFailed |
( |
| ) |
const |
|
inline |
virtual bool osgDB::InputIterator::matchString |
( |
const std::string & |
| ) |
|
|
inlinevirtual |
virtual void osgDB::InputIterator::readBase |
( |
std::ios_base &(*)(std::ios_base &) |
fn | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readBool |
( |
bool & |
b | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readChar |
( |
char & |
c | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readCharArray |
( |
char * |
s, |
|
|
unsigned int |
size |
|
) |
| |
|
pure virtual |
void osgDB::InputIterator::readComponentArray |
( |
char * |
s, |
|
|
unsigned int |
numElements, |
|
|
unsigned int |
numComponentsPerElements, |
|
|
unsigned int |
componentSizeInBytes |
|
) |
| |
virtual void osgDB::InputIterator::readDouble |
( |
double & |
d | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readFloat |
( |
float & |
f | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readGLenum |
( |
ObjectGLenum & |
value | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readInt |
( |
int & |
i | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readLong |
( |
long & |
l | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readMark |
( |
ObjectMark & |
mark | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readProperty |
( |
ObjectProperty & |
prop | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readSChar |
( |
signed char & |
c | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readShort |
( |
short & |
s | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readStream |
( |
std::istream &(*)(std::istream &) |
fn | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readString |
( |
std::string & |
s | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readUChar |
( |
unsigned char & |
c | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readUInt |
( |
unsigned int & |
i | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readULong |
( |
unsigned long & |
l | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readUShort |
( |
unsigned short & |
s | ) |
|
|
pure virtual |
virtual void osgDB::InputIterator::readWrappedString |
( |
std::string & |
str | ) |
|
|
pure virtual |
void osgDB::InputIterator::setByteSwap |
( |
int |
byteSwap | ) |
|
|
inline |
void osgDB::InputIterator::setInputStream |
( |
InputStream * |
inputStream | ) |
|
|
inline |
void osgDB::InputIterator::setStream |
( |
std::istream * |
istream | ) |
|
|
inline |
void osgDB::InputIterator::setSupportBinaryBrackets |
( |
bool |
b | ) |
|
|
inline |
void osgDB::InputIterator::throwException |
( |
const std::string & |
msg | ) |
|
int osgDB::InputIterator::_byteSwap |
|
protected |
bool osgDB::InputIterator::_failed |
|
mutableprotected |
std::istream* osgDB::InputIterator::_in |
|
protected |
bool osgDB::InputIterator::_supportBinaryBrackets |
|
protected |
The documentation for this class was generated from the following file: