halapi
hierarchichalalignmentformatapi
|
00001 /* 00002 * Copyright (C) 2012 by Glenn Hickey (hickey@soe.ucsc.edu) 00003 * 00004 * Released under the MIT license, see LICENSE.txt 00005 */ 00006 00007 #ifndef _HALTYPES_H 00008 #define _HALTYPES_H 00009 00010 namespace hal { 00011 00020 typedef int64_t genidx_t; 00021 00025 typedef int64_t segidx_t; 00026 00027 } 00028 #endif