2010-07-23-DeclLoc.cpp | 24 typedef uint32_t ptr_t; typedef in class:Pointer32 29 typedef uint64_t ptr_t; typedef in class:Pointer64 44 typename SIZE::ptr_t _location; 46 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { } 51 TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(location, length), _value(value) {};
|