SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::intpack::reference Class Reference

reference proxy class More...

Public Member Functions

 reference (const reference &other)
 Copy constructor.
 
 operator int_type () const
 Decode the referred value.
 
referenceoperator= (int_type x)
 Encode the referred value.
 
referenceoperator= (const reference &x)
 Copy / reencode the referred value.
 
referenceoperator= (const const_reference &x)
 
referenceoperator+= (const int_type x)
 
referenceoperator-= (const int_type x)
 
referenceoperator*= (const int_type x)
 
referenceoperator/= (const int_type x)
 
referenceoperator&= (const int_type x)
 
referenceoperator|= (const int_type x)
 
referenceoperator^= (const int_type x)
 
referenceoperator++ ()
 
int_type operator++ (int)
 
referenceoperator-- ()
 
int_type operator-- (int)
 

Friends

class intpack
 
class iterator
 
class const_reference
 

Detailed Description

reference proxy class


The documentation for this class was generated from the following file: