21#ifndef poplar_Quarter_hpp_
22#define poplar_Quarter_hpp_
39 enum class Format { F143, F152 };
44 : value(pack(fmt, scale)){};
57 unsigned char getBinary()
const {
return value; };
59 unsigned char &data() {
return value; };
61 const unsigned char &data()
const {
return value; };
63 Format getFormat()
const;
65 signed char getScale()
const;
67 std::string toString()
const;
70 unsigned char pack(
const Format fmt,
const signed char scale)
const;
Poplar classes and functions.
Definition: ArrayRef.hpp:14
std::ostream & operator<<(std::ostream &os, const DebugNameAndId &dnai)
Display the path name of the DebugNameAndId.