Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
ArrayPtr.hpp File Reference
#include <stdlib.h>
#include <boost/shared_array.hpp>
Include dependency graph for ArrayPtr.hpp:

Go to the source code of this file.

Classes

class  CArrayPtr< ITEM >

Macros

#define max(a, b)
#define min(a, b)

Macro Definition Documentation

◆ max

#define max ( a,
b )
Value:
(((a) > (b)) ? (a) : (b))

Definition at line 24 of file ArrayPtr.hpp.

◆ min

#define min ( a,
b )
Value:
(((a) < (b)) ? (a) : (b))

Definition at line 25 of file ArrayPtr.hpp.