Changeset 78 for trunk/src/shared/ByteBuffer.h
- Timestamp:
- 11/19/08 13:32:10 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shared/ByteBuffer.h
r44 r78 202 202 } 203 203 204 uint8 operator[](size_t pos) 204 uint8 operator[](size_t pos) const 205 205 { 206 206 return read<uint8>(pos); … … 310 310 memcpy(&_storage[pos], src, cnt); 311 311 } 312 void print_storage() 312 void print_storage() const 313 313 { 314 314 if(!sLog.IsOutDebug()) // optimize disabled debug output … … 321 321 } 322 322 323 void textlike() 323 void textlike() const 324 324 { 325 325 if(!sLog.IsOutDebug()) // optimize disabled debug output … … 332 332 } 333 333 334 void hexlike() 334 void hexlike() const 335 335 { 336 336 if(!sLog.IsOutDebug()) // optimize disabled debug output