21 #ifndef DATATOOLS_INTROSPECTION_UNIT_SUPPORT_H 22 #define DATATOOLS_INTROSPECTION_UNIT_SUPPORT_H 34 namespace introspection {
120 const std::string & preferred_unit_symbol_ =
"");
125 const std::string & preferred_unit_symbol_ =
"");
166 const std::string & prefix_ =
"")
const;
169 virtual void tree_dump(std::ostream & out_ = std::clog,
170 const std::string & title_ =
"",
171 const std::string & indent_ =
"",
172 bool inherit_ =
false)
const;
204 std::string _implicit_unit_symbol_;
205 std::string _explicit_unit_dimension_label_;
206 std::string _preferred_unit_symbol_;
219 #endif // DATATOOLS_INTROSPECTION_UNIT_SUPPORT_H
#define DR_TYPE_INIT(Introspectable)
Definition: reflection_interface.h:165