halapi
hierarchichalalignmentformatapi
hdf5_impl/hdf5DNACharType.h
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 _HDF5DNACHARTYPE_H
00008 #define _HDF5DNACHARTYPE_H
00009 
00010 #include "rawH5ExternalArray.h"
00011 
00012 namespace hal {
00013 
00017 struct DNACharType<RawH5ExternalArray>
00018 {
00021    static H5::PredType getTypeInfo();
00022 };
00023 
00024 // INLINE MEMBERS
00025 
00026 inline H5::Datatype DNACharType<RawH5ExternalArray>::getTypeInfo()
00027 {
00028   return PredType::NATIVE_CHAR;
00029 }
00030 
00031 }
00032 #endif
 All Classes Namespaces Functions Variables Typedefs Friends