OpenSceneGraph
3.0.1
|
Replacements for std::fstream, std::ifstream, and std::ofstream to automatically handle UTF-8 to UTF-16 filename conversion. More...
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) |
Replacements for std::fstream, std::ifstream, and std::ofstream to automatically handle UTF-8 to UTF-16 filename conversion.
Always use one of these classes in any OpenSceneGraph code instead of the STL equivalent.
osgDB::fstream::fstream | ( | const char * | filename, |
std::ios_base::openmode | mode = std::ios_base::in|std::ios_base::out |
||
) | [explicit] |
void osgDB::fstream::open | ( | const char * | filename, |
std::ios_base::openmode | mode = std::ios_base::in|std::ios_base::out |
||
) |
![]() | Generated at Mon Jun 4 2012 14:27:16 for the OpenSceneGraph by doxygen 1.8.0. |