1 #ifndef __JLANG__JADDRESS__
2 #define __JLANG__JADDRESS__
10 namespace JPP {
using namespace JLANG; }
18 template<
bool is_const>
43 template<
bool is_const>
Type definition for constant and non-constant pointers.
JAddressTypedef< is_const >::pointer_type pointer_type
Type definition of address.
char * pointer_type
Type definition of address.
Simple address wrapper for const and non-const pointers.
JAddress(pointer_type p)
Constructor.
const char * pointer_type
Type definition of address.