friend class Byte
This class allows Byte, ..., Float64 access to #_buf# to simplify and
speed up the relational operators.
NB: According to Stroustrup it does not matter where (public, private
or protected) friend classes are declared.
UInt16(const string &n = "")
The UInt16 constructor requires only the name of the variable
to be created. The name may be omitted, which will create a
nameless variable. This may be adequate for some applications.
- Parameters:
- n - A string containing the name of the variable to be
created.