List of all members.
Public Member Functions |
| ofstream () |
| ofstream (const char *filename, std::ios_base::openmode mode=std::ios_base::out) |
| ~ofstream () |
void | open (const char *filename, std::ios_base::openmode mode=std::ios_base::out) |
Constructor & Destructor Documentation
osgDB::ofstream::ofstream |
( |
| ) |
|
osgDB::ofstream::ofstream |
( |
const char * |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios_base::out |
|
) |
| [explicit] |
osgDB::ofstream::~ofstream |
( |
| ) |
|
Member Function Documentation
void osgDB::ofstream::open |
( |
const char * |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios_base::out |
|
) |
| |
The documentation for this class was generated from the following file: