OEMakeHexΒΆ
bool OEMakeHex(std::string &hex, const OEBitVector &, unsigned int columns=0)
Generates a hexadecimal string representation of an OEBitVector.
bool OEMakeHex(std::string &, const std::vector<bool> &,
unsigned int columns=0)
Generates a hexadecimal string representation of a boolean vector.
See also
- OEParseHex function
- OEBitVector.FromHexString and OEBitVector.ToHexString method method