ESA JPIP server  0.1
file.h File Reference
#include <stdio.h>
#include <assert.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string>
#include <stdio_ext.h>
#include "tr1_compat.h"
Include dependency graph for file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  data::LockedAccess
 Struct for wrapping the basic FILE locked functions for reading and writing defined in stdio.h. More...
 
struct  data::UnlockedAccess
 Struct for wrapping the basic FILE unlocked functions for reading and writing defined in stdio_exts.h. More...
 
class  data::BaseFile< IO >
 This is a wrapper class for the FILE functions that provides all the functionality to handle files safely. More...
 

Namespaces

 data
 Contains a set of classes to easy the handling of data and files, as well as the serialization.
 

Typedefs

typedef BaseFile< LockedAccess > data::File
 Specialization of the class BaseFile with locked access. More...
 
typedef BaseFile< UnlockedAccess > data::FastFile
 Specialization of the class BaseFile with unlocked access. More...