OpenSceneGraph
Public Types | Public Member Functions | List of all members
osgDB::FieldReaderIterator Class Reference

deprecated. More...

Inheritance diagram for osgDB::FieldReaderIterator:
Inheritance graph
[legend]

Public Types

enum  { MINIMUM_FIELD_READER_QUEUE_SIZE = 10 }
 

Public Member Functions

 FieldReaderIterator (const FieldReaderIterator &ic)
 
FieldReaderIteratoroperator= (const FieldReaderIterator &ic)
 
void attach (std::istream *input)
 
void detach ()
 
virtual bool eof () const
 
FieldReadergetFieldReader ()
 
void insert (int pos, Field *field)
 
void insert (int pos, const char *str)
 
Fieldoperator[] (int pos)
 
Fieldfield (int pos)
 
FieldReaderIteratoroperator++ ()
 
FieldReaderIteratoroperator+= (int no)
 
void advanceOverCurrentFieldOrBlock ()
 increments the iterator of the next simple field or whole block if the current field[0] is an open bracket
 
void advanceToEndOfCurrentBlock ()
 
void advanceToEndOfBlock (int noNestBrackets)
 
bool matchSequence (const char *str)
 
bool readSequence (const char *keyword, std::string &value)
 
bool readSequence (const char *keyword, unsigned int &value)
 
bool readSequence (const char *keyword, int &value)
 
bool readSequence (const char *keyword, float &value)
 
bool readSequence (const char *keyword, osg::Vec2f &value)
 
bool readSequence (const char *keyword, osg::Vec3f &value)
 
bool readSequence (const char *keyword, osg::Vec4f &value)
 
bool readSequence (const char *keyword, osg::Vec2d &value)
 
bool readSequence (const char *keyword, osg::Vec3d &value)
 
bool readSequence (const char *keyword, osg::Vec4d &value)
 
bool readSequence (std::string &value)
 
bool readSequence (unsigned int &value)
 
bool readSequence (int &value)
 
bool readSequence (float &value)
 
bool readSequence (osg::Vec2f &value)
 
bool readSequence (osg::Vec3f &value)
 
bool readSequence (osg::Vec4f &value)
 
bool readSequence (osg::Vec2d &value)
 
bool readSequence (osg::Vec3d &value)
 
bool readSequence (osg::Vec4d &value)
 

Detailed Description

deprecated.


The documentation for this class was generated from the following file: