ergo
|
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <ios>
#include <stdexcept>
#include "FileWritable.h"
#include "Failure.h"
#include "matInclude.h"
#include <errno.h>
Namespaces | |
mat | |
Functions | |
static long int | mat::get_file_size (const char *fileName) |
static void | mat::copy_file (const char *sourceFileName, const char *destFileName) |
Implementation of the abstract class FileWritable for simple writing and reading of objects to/from file.
Copyright(c) Emanuel Rubensson 2006