libebml_ng
Namespaces
fstream.cpp File Reference

Implements the std::fstream specialization of the io template. More...

#include "fstream.h"
#include <stdexcept>
#include <cstring>
#include <sys/stat.h>

Namespaces

 ebml
 

Detailed Description

Implements the std::fstream specialization of the io template.

This file provides the instance function definitions for the io specialization which wraps a std::fstream. It maps generic IO operations to their equivalent C++ std::fstream member functions.