HexFiend
HFAttributedByteArray.h
Go to the documentation of this file.
1 //
2 // HFAttributedByteArray.h
3 // HexFiend_2
4 //
5 // Copyright 2011 ridiculous_fish. All rights reserved.
6 //
7 
8 #import <HexFiend/HFByteArray.h>
9 
10 
20 @private
21  HFByteArray *impl;
22  HFByteRangeAttributeArray *attributes;
23 
24 }
25 
26 @end
A class that represents sets of attributes, attached to ranges of bytes.
Definition: HFByteRangeAttributeArray.h:13
An extension of HFByteArray that supports attributes.
Definition: HFAttributedByteArray.h:19
The principal Model class for HexFiend&#39;s MVC architecture.
Definition: HFByteArray.h:36