halapi
hierarchichalalignmentformatapi
 All Classes Namespaces Functions Pages
halCLParserInstance.h
1 /*
2  * Copyright (C) 2012 by Glenn Hickey (hickey@soe.ucsc.edu)
3  *
4  * Released under the MIT license, see LICENSE.txt
5  */
6 
7 #ifndef _HALCLPARSERINSTANCE_H
8 #define _HALCLPARSERINSTANCE_H
9 
10 #include "halDefs.h"
11 #include "halCLParser.h"
12 
14 namespace hal {
15 
20 CLParserPtr hdf5CLParserInstance(bool createOptions = false);
21 
22 // if any other implementations are added, could add functionality
23 // to detect which types of instance to add from command line options
24 // (ie --hdf5 or something) but not gonna waste any time on that now.
25 }
26 
27 #endif
CLParserPtr hdf5CLParserInstance(bool createOptions=false)