Home
last modified time | relevance | path

Searched refs:template_class (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dmodifier.h176 #define DECLARE_PROP_TYPED_CLASS(classname, template_class, type) \ argument
177 class classname : public template_class<type> { \
178 DECLARE_ACE_TYPE(classname, template_class); \
181 explicit classname(const type& value) : template_class(value) {} \