CYCLUS
|
A type to represent variable-length array of bytes for dumping to a cyclus output database.
#include <blob.h>
Public Member Functions | |
Blob () | |
Blob (std::string s) | |
bool | operator!= (const cyclus::Blob &rhs) const |
bool | operator< (const cyclus::Blob &rhs) const |
std::ostream & | operator<< (std::ostream &out) const |
bool | operator<= (const cyclus::Blob &rhs) const |
bool | operator== (const cyclus::Blob &rhs) const |
bool | operator> (const cyclus::Blob &rhs) const |
bool | operator>= (const cyclus::Blob &rhs) const |
const std::string & | str () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |