resolveRangeSet.h
Go to the documentation of this file.
1 #ifndef art_Framework_IO_Root_detail_resolveRangeSet_h
2 #define art_Framework_IO_Root_detail_resolveRangeSet_h
3 
9 
10 #include <string>
11 
12 struct sqlite3;
13 
14 namespace art {
15  namespace detail {
16 
17  RangeSetInfo resolveRangeSetInfo(sqlite3*,
18  std::string const& filename,
19  BranchType,
20  unsigned RangeSetID,
21  bool compact);
22 
23  RangeSet resolveRangeSet(RangeSetInfo const& rs);
24 
25  RangeSet resolveRangeSet(sqlite3*,
26  std::string const& filename,
27  BranchType,
28  unsigned rangeSetID,
29  bool compact);
30  }
31 }
32 
33 #endif /* art_Framework_IO_Root_detail_resolveRangeSet_h */
34 
35 // Local variables:
36 // mode: c++
37 // End:
RangeSetInfo resolveRangeSetInfo(sqlite3 *, std::string const &filename, BranchType, unsigned RangeSetID, bool compact)
std::string string
Definition: nybbler.cc:12
RangeSet resolveRangeSet(RangeSetInfo const &rs)
BranchType
Definition: BranchType.h:18