Public Member Functions | |
| fstream () | |
| fstream (const char *filename, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out) | |
| ~fstream () | |
| void | open (const char *filename, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out) |
Always use one of these classes in any OpenSceneGraph code instead of the STL equivalent.
| osgDB::fstream::fstream | ( | ) |
| osgDB::fstream::fstream | ( | const char * | filename, | |
| std::ios_base::openmode | mode = std::ios_base::in|std::ios_base::out | |||
| ) | [explicit] |
| osgDB::fstream::~fstream | ( | ) |
| void osgDB::fstream::open | ( | const char * | filename, | |
| std::ios_base::openmode | mode = std::ios_base::in|std::ios_base::out | |||
| ) |
| Generated at Sat May 14 08:21:16 2011 for the OpenSceneGraph by doxygen 1.5.9. |