#include <coherence/lang/Octet.hpp>
Inherits Primitive< octet_t >, and Comparable.
Public Types | |||||||
| typedef spec::Handle | Handle | ||||||
| Octet Handle definition.  | |||||||
| typedef spec::View | View | ||||||
| Octet View definition.  | |||||||
| typedef spec::Holder | Holder | ||||||
| Octet Holder definition.  | |||||||
Public Member Functions | |||||||
| virtual int32_t | compareTo (Object::View v) const | ||||||
| Compare this object with the specified object for order. Return a negative integer, zero, or a positive integer if this object is less than, equal to, or greater than the specified object. 
It is strongly recommended, but not strictly required, that  
 
 
 
  | |||||||
Static Public Member Functions | |||||||
| static Handle | valueOf (octet_t b) | ||||||
| Factory method to produce Octet objects with an optimization that uses cached objects for all relatively-low values.   | |||||||
Static Public Attributes | |||||||
| static const octet_t | MIN_VALUE | ||||||
| A constant for the minimum representable value.  | |||||||
| static const octet_t | MAX_VALUE | ||||||
| A constant for the maximum representable value.  | |||||||
| static Handle valueOf | ( | octet_t | b | ) |  [static] |