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

, generated on Tue Sep 26 2023.