MultiTimeDistribution.cc
Go to the documentation of this file.
1 #include <utl/MultiTimeDistribution.h>
2 
3 #include <utl/MultiObject_imp.h>
4 namespace utl {
5  MULTIOBJECT_INST(TimeDistribution<int>, LabeledTimeDistribution<int>);
6  MULTIOBJECT_INST(TimeDistribution<double>, LabeledTimeDistribution<double>);
7 
8  template class MultiTimeDistribution<int>;
9  template class MultiTimeDistribution<double>;
10 };
11 
12 // Configure (x)emacs for this file ...
13 // Local Variables:
14 // mode: c++
15 // End:
MULTIOBJECT_INST(utl::TabulatedFunction, utl::LabeledTabulatedFunction)

, generated on Tue Sep 26 2023.