Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Fred/JCounter.hpp File Reference

#include <stdio.h>
#include <stdlib.h>
#include <iostream.h>
#include <string.h>
#include <math.h>
#include <assert.h>

Go to the source code of this file.

Compounds

class  JCounter

Defines

#define BOOL   bool
#define ULONG   unsigned long

Functions

unsigned long MAX (register unsigned long x, register unsigned long y)


Define Documentation

#define BOOL   bool
 

Definition at line 11 of file JCounter.hpp.

#define ULONG   unsigned long
 

Definition at line 12 of file JCounter.hpp.


Function Documentation

unsigned long MAX register unsigned long    x,
register unsigned long    y
[inline]
 

Definition at line 14 of file JCounter.hpp.

00015 {
00016    return ( x > y ? x : y );
00017 }


Generated on Sun Oct 14 18:46:56 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001