lsst.afw g5a732f18d5+53520f316c
|
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::formatters |
Functions | |
ndarray::Array< std::uint8_t, 1, 1 > | lsst::afw::formatters::stringToBytes (std::string const &str) |
Encode a std::string as a vector of uint8. | |
std::string | lsst::afw::formatters::bytesToString (ndarray::Array< std::uint8_t const, 1, 1 > const &bytes) |
Decode a std::string from a vector of uint8 returned by stringToBytes. | |