casa
$Rev:20696$
|
Typing support classes for LSQ classes. More...
#include <LSQTraits.h>
Private Types | |
typedef LSQReal | value_type |
Typing support classes for LSQ classes.
<h3>Synopsis</h3> The following classes are used in detremining the type of iterator presented to the LSQFit class. They are for a large part based on ideas by Alexandrescu(2001), 'Modern C++ design'. <h3>Example</h3> @anchor LSQTraits_example See \link casa::LSQFit LSQFit \endlink class, especially the <tt>LSQFit2.cc</tt> defintion file. <h3>Motivation</h3> To ease the interface to Fitting (and probably other) classes, by producing a framework that can be used with aips++ containers. <h3>To Do</h3><ul> <li> Add more type info if and when needed </ul> Type of real numeric class indicator
Definition at line 65 of file LSQTraits.h.
typedef LSQReal casa::LSQReal::value_type [private] |
Definition at line 66 of file LSQTraits.h.