fstream.hpp File Reference

#include "data/data.hpp"
#include "data/string.hpp"
#include "data/stream.hpp"

Include dependency graph for fstream.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gsgl
namespace  gsgl::io

Classes

class  fd_stream
 A data stream on a file. More...
class  file_stream
 Base class for streams on a file. More...
class  ft_stream
 A text stream on a file. More...

Enumerations

enum  open_mode {
  FILE_OPEN_READ = 1 << 0, FILE_OPEN_WRITE = 1 << 1, FILE_OPEN_APPEND = 1 << 2, FILE_OPEN_TEXT = 1 << 3,
  FILE_OPEN_BINARY = 1 << 4
}
 Modes for opening files. More...


Generated on Sat Mar 1 13:50:04 2008 for Periapsis Project by  doxygen 1.5.5