1#ifndef CYCLUS_SRC_BLOB_H_
2#define CYCLUS_SRC_BLOB_H_
13 explicit Blob(std::string s) : str_(s) {}
15 const std::string&
str()
const {
19 inline std::ostream&
operator<<(std::ostream& out)
const {
A type to represent variable-length array of bytes for dumping to a cyclus output database.
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
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
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....