/[cvs]/api/Classes/Binary/BinaryTools.h
ViewVC logotype

Contents of /api/Classes/Binary/BinaryTools.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 #ifndef __BinaryTools_H__
2 #define __BinaryTools_H__
3
4 class BinaryTools
5 {
6
7 public:
8 BinaryTools();
9 ~BinaryTools();
10
11 bool compareIntArray(int *source, int *source2, int sizeSource, int size2Source);
12 void copyIntArray(char *source, char *dest, int sourceSize);
13 int *addIntArrayToIntArray(int *source, int *source2, int sourceSize, int source2Size);
14 int *addIntValueToArray(int *source, int sourceSize, int value);
15 float *addFloatValueToArray(float *source, int sourceSize, float value);
16
17 private:
18
19 };
20
21
22 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26