OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
osgDB::ofstream Class Reference

#include <fstream.h>

Inheritance diagram for osgDB::ofstream:
Inheritance graph
[legend]
Collaboration diagram for osgDB::ofstream:
Collaboration graph
[legend]

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)
 

Detailed Description

Definition at line 46 of file fstream.h.

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: