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