osgDB::OutputIterator Class Reference
List of all members.
Constructor & Destructor Documentation
| osgDB::OutputIterator::OutputIterator |
( |
|
) |
[inline] |
| virtual osgDB::OutputIterator::~OutputIterator |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| void osgDB::OutputIterator::setStream |
( |
std::ostream * |
ostream |
) |
[inline] |
| std::ostream* osgDB::OutputIterator::getStream |
( |
|
) |
[inline] |
| const std::ostream* osgDB::OutputIterator::getStream |
( |
|
) |
const [inline] |
| virtual bool osgDB::OutputIterator::isBinary |
( |
|
) |
const [pure virtual] |
| virtual void osgDB::OutputIterator::writeBool |
( |
bool |
b |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeChar |
( |
char |
c |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeUChar |
( |
unsigned char |
c |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeShort |
( |
short |
s |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeUShort |
( |
unsigned short |
s |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeInt |
( |
int |
i |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeUInt |
( |
unsigned int |
i |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeLong |
( |
long |
l |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeULong |
( |
unsigned long |
l |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeFloat |
( |
float |
f |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeDouble |
( |
double |
d |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeString |
( |
const std::string & |
s |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeStream |
( |
std::ostream &(*)(std::ostream &) |
fn |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeBase |
( |
std::ios_base &(*)(std::ios_base &) |
fn |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeGLenum |
( |
const ObjectGLenum & |
value |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeProperty |
( |
const ObjectProperty & |
prop |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeMark |
( |
const ObjectMark & |
mark |
) |
[pure virtual] |
| virtual void osgDB::OutputIterator::writeCharArray |
( |
const char * |
s, |
|
|
unsigned int |
size | |
|
) |
| | [pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: