HexFiend
HFBTreeByteArray.h
Go to the documentation of this file.
1
//
2
// HFBTreeByteArray.h
3
// HexFiend_2
4
//
5
// Created by peter on 4/28/09.
6
// Copyright 2009 ridiculous_fish. All rights reserved.
7
//
8
9
#import <HexFiend/HFByteArray.h>
10
11
@class
HFBTree;
12
21
@interface
HFBTreeByteArray
:
HFByteArray
{
22
@private
23
HFBTree *btree;
24
}
25
28
- (instancetype)
init
;
29
30
@end
-[HFBTreeByteArray init]
instancetype init()
HFBTreeByteArray
The principal efficient implementation of HFByteArray.
Definition:
HFBTreeByteArray.h:21
HFByteArray
The principal Model class for HexFiend's MVC architecture.
Definition:
HFByteArray.h:36
Generated by
1.8.12