Fabcoin Core  0.16.2
P2P Digital Currency
Classes
files.h File Reference

Classes providing file-based library services. More...

#include "cryptlib.h"
#include "filters.h"
#include "argnames.h"
#include "smartptr.h"
#include <iostream>
#include <fstream>
Include dependency graph for files.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FileStore
 Implementation of Store interface. More...
 
class  FileStore::Err
 Exception thrown when file-based error is encountered. More...
 
class  FileStore::OpenErr
 Exception thrown when file-based open error is encountered. More...
 
class  FileStore::ReadErr
 Exception thrown when file-based read error is encountered. More...
 
class  FileSource
 Implementation of Store interface. More...
 
class  FileSink
 Implementation of Store interface. More...
 
class  FileSink::Err
 Exception thrown when file-based error is encountered. More...
 
class  FileSink::OpenErr
 Exception thrown when file-based open error is encountered. More...
 
class  FileSink::WriteErr
 Exception thrown when file-based write error is encountered. More...
 

Detailed Description

Classes providing file-based library services.

Since
Crypto++ 1.0

Definition in file files.h.