Gnash  0.8.11dev
Namespaces | Constant Groups | Functions
tu_file.h File Reference
#include <cstdio>
#include <memory>
#include "dsodefs.h"

Go to the source code of this file.

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Constant Groups

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Functions

std::auto_ptr< IOChannel > gnash::makeFileChannel (FILE *fp, bool close)
 Creates an IOChannel wrapper around a C stream. More...
 
std::auto_ptr< IOChannel > gnash::makeFileChannel (const char *filepath, const char *mode)
 Creates an IOChannel by opening the given file in the given mode. More...