1 #ifndef SSP21_INTEGERFIELD_H 2 #define SSP21_INTEGERFIELD_H 4 #include "ssp21/crypto/gen/ParseError.h" 5 #include "ssp21/crypto/gen/FormatError.h" 6 #include "ssp21/crypto/IMessagePrinter.h" 11 template <
typename IntegerType>
14 typedef typename IntegerType::type_t integer_t;
20 return IntegerType::size;
23 operator integer_t& ()
28 operator integer_t ()
const 57 printer.print(name, this->value);
SSP21-cpp main namespace.
parser ran out of bytes before completion
not enough output buffer space