Exemplo n.º 1
0
 /*!
  * Constructor
  *
  * \param name Attribute name
  */
 explicit basic_direct_event_id_mapping(attribute_name_type const& name) :
     base_type(name, make_event_id(0))
 {
 }
 /*!
  * Constructor
  *
  * \param name Attribute name
  */
 explicit custom_event_id_mapping(attribute_name const& name) :
     base_type(name, make_event_id(0))
 {
 }
Exemplo n.º 3
0
 typename basic_event_composer< CharT >::event_map_reference
 basic_event_composer< CharT >::operator[] (int id)
 {
     return event_map_reference(make_event_id(id), *this);
 }