|
Jpp
|
Simple address wrapper for const and non-const pointers. More...
#include <JAddress.hh>
Public Types | |
| typedef JAddressTypedef < is_const >::pointer_type | pointer_type |
| Type definition of address. More... | |
Public Member Functions | |
| JAddress (pointer_type p) | |
| Constructor. More... | |
Protected Attributes | |
| pointer_type | address |
Simple address wrapper for const and non-const pointers.
Definition at line 44 of file JAddress.hh.
| typedef JAddressTypedef<is_const>::pointer_type JLANG::JAddress< is_const >::pointer_type |
Type definition of address.
Definition at line 48 of file JAddress.hh.
|
inline |
|
protected |
Definition at line 60 of file JAddress.hh.
1.8.5