Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
Blob.h File Reference

Binary large object implementation using std::vector<char>. More...

#include "Object.h"
#include "Base64.h"
#include "FileSystem.h"
#include <vector>
#include <string>
#include <boost/iostreams/filter/gzip.hpp>
#include <boost/iostreams/filtering_stream.hpp>
Include dependency graph for Blob.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  giri::Blob
 Binary large object. More...
 

Namespaces

 giri
 Namespace for giri's C++ support library.
 

Detailed Description

Binary large object implementation using std::vector<char>.

Author
Daniel Giritzer