#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"
Go to the source code of this file.
|
| 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...
|
| |
|
| | data |
| | Contains a set of classes to easy the handling of data and files, as well as the serialization.
|
| |