libcommonc++  0.7
Blob.h++ File Reference
#include <commonc++/Common.h++>
#include <commonc++/AtomicCounter.h++>
#include <commonc++/OutOfBoundsException.h++>
#include <sstream>
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  Blob
 A reference-counting, copy-on-write, threadsafe container for arbitrary binary data. More...
 

Namespaces

 ccxx
 

Functions

bool operator== (const Blob &b1, const Blob &b2)
 
bool operator!= (const Blob &b1, const Blob &b2)
 
bool operator< (const Blob &b1, const Blob &b2)
 
bool operator> (const Blob &b1, const Blob &b2)
 
bool operator<= (const Blob &b1, const Blob &b2)
 
bool operator>= (const Blob &b1, const Blob &b2)
 
std::ostream & operator<< (std::ostream &stream, const Blob &b)