halapi
hierarchichalalignmentformatapi
hdf5_impl/hdf5DNA.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 _HDF5DNA_H
00008 #define _HDF5DNA_H
00009 
00010 #include <H5Cpp.h>
00011 #include "halDefs.h"
00012 
00013 namespace hal {
00014 
00017 class HDF5DNA
00018 {
00019 public:
00020    static H5::PredType dataType();
00021 };
00022 
00023 // inline members
00024 inline H5::PredType HDF5DNA::dataType()
00025 {
00026   return H5::PredType::NATIVE_CHAR;
00027 }
00028 
00029 }
00030 
00031 #endif
00032 
00033 
 All Classes Namespaces Functions Variables Friends