Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Todo List
Member basic::Tracer::Tracer (std::string const &channel="", TracerPriority priority=t_info, bool muted_by_default=false)
Default Tracer level should probably be modified to t_info here and in options defn.
File basic_sys_util.cc

Break out platform-specific code.

Get rid of output messages: unnecessary dependence on <iostream>

File file_sys_util.cc

Break out platform-specific code.

trytry_* functions create mutual dependency between utility/file and utility/io. Resolve this.

Member numeric::interpolation::Histogram< typename, typename >::Interpolator
It would be cool to implement the different ways of interpolating using subclasses of Histogram rather than this enum.