26 #ifndef SCRIBO_CORE_COMPONENT_FEATURES_DATA_HH
27 # define SCRIBO_CORE_COMPONENT_FEATURES_DATA_HH
34 # include <scribo/core/def/color_type.hh>
57 # ifndef MLN_INCLUDE_ONLY
60 component_features_data::component_features_data()
68 operator<<(std::ostream& ostr,
const component_features_data&
data)
70 return ostr <<
"features["
71 <<
"valid=" << data.valid
72 <<
", color=" << data.color
73 <<
", boldness=" << data.boldness
81 const component_features_data& rhs)
84 lhs.valid == rhs.valid
85 && lhs.color == rhs.color
86 && lhs.boldness == rhs.boldness;
89 # endif // ! MLN_INCLUDE_ONLY
93 #endif // ! SCRIBO_CORE_COMPONENT_FEATURES_DATA_HH