Results.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
5 
6 namespace art {
7 
8  Results::~Results() = default;
9 
11  : DataViewImpl{InResults, p, mc, false, RangeSet::invalid()}
12  {}
13 
14 } // namespace art
p
Definition: test.py:223
Results(ResultsPrincipal const &p, ModuleContext const &mc)
Definition: Results.cc:10
static RangeSet invalid()
Definition: RangeSet.cc:45