Changeset 56
- Timestamp:
- 06/26/08 22:07:51 (2 months ago)
- Files:
-
- trunk/doost/util/serializer/Binary.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doost/util/serializer/Binary.d
r51 r56 70 70 71 71 /** 72 BinaryConverter handles type and endian conversions for binary data 72 BinaryConverter handles type and endian conversions for binary data. 73 This is primarily intended for use on the native atomic types. 73 74 */ 74 75 struct BinaryConverter 75 76 { 77 /** This member controls whether or not byte swapping is performed */ 76 78 bool doSwap = false; 77 79
