Go to the documentation of this file.
    3 #ifndef __ARC_GLUE2ENTITY_H__ 
    4 #define __ARC_GLUE2ENTITY_H__ 
   10 #include <arc/Utils.h> 
   23     T       * operator->()       { 
return &(*Attributes); }
 
   24     T 
const * operator->()
 const { 
return &(*Attributes); }
 
   25     T       & operator*()        { 
return *Attributes; }
 
   26     T 
const & operator*()
  const { 
return *Attributes; }
 
   32 #endif // __ARC_GLUE2ENTITY_H__