FONTAINE
1.0
src
BufferSizes.h
Go to the documentation of this file.
1
//
3
// This file is part of the MADELINE 2 program
4
// written by Edward H. Trager and Ritu Khanna
5
// Copyright (c) 2005 by the
6
// Regents of the University of Michigan.
7
// All Rights Reserved.
8
//
9
// The latest version of this program is available from:
10
//
11
// http://eyegene.ophthy.med.umich.edu/madeline/
12
//
13
// Released under the GNU General Public License.
14
// A copy of the GPL is included in the distribution
15
// package of this software, or see:
16
//
17
// http://www.gnu.org/copyleft/
18
//
19
// ... for licensing details.
20
//
22
//
23
// BufferSizes.h
24
//
25
// 2005.04.15.ET.RK
26
//
27
28
29
#ifndef BUFFERSIZES_INCLUDED
30
#define BUFFERSIZES_INCLUDED
31
32
enum
BUFFERSIZE
{
LARGE_STRING_BUFFER_SIZE
=2048,
GENERAL_STRING_BUFFER_SIZE
=1024 ,
MEDIUM_STRING_BUFFER_SIZE
=512,
SMALL_STRING_BUFFER_SIZE
=256 };
33
34
#endif
SMALL_STRING_BUFFER_SIZE
Definition:
BufferSizes.h:32
MEDIUM_STRING_BUFFER_SIZE
Definition:
BufferSizes.h:32
GENERAL_STRING_BUFFER_SIZE
Definition:
BufferSizes.h:32
BUFFERSIZE
BUFFERSIZE
Definition:
BufferSizes.h:32
LARGE_STRING_BUFFER_SIZE
Definition:
BufferSizes.h:32
Generated by
1.8.15