コード例 #1
0
 /*!
  * Constructor
  *
  * \param name Attribute name
  */
 explicit custom_event_category_mapping(attribute_name const& name) :
     base_type(name, make_event_category(0))
 {
 }
コード例 #2
0
 /*!
  * Constructor
  *
  * \param name Attribute name
  */
 explicit basic_direct_event_category_mapping(attribute_name_type const& name) :
     base_type(name, make_event_category(0))
 {
 }