ADTF  3.18.2
dd_access_map.h File Reference

DataDefinition Utility class for observable items. More...

Go to the source code of this file.

Classes

class  TypeAccessMap< DDL_TYPE_TO_ACCESS, TYPE_VALIDATOR_CLASS >
 Utility class for observable named items where the order is NOT important. More...
 

Namespaces

 ddl
 definition of the ddl namespace
 
 ddl::dd
 definition of the dd namespace
 
 ddl::dd::utility
 definition of the utility namespace
 

Typedefs

template<typename T >
using TypeAccessMapSubject = ModelSubjectUtility< T, TypeAccessMapEventCode >
 helper template to observe map content. More...
 
template<typename T >
using TypeAccessMapObserver = ModelObserverUtility< T, TypeAccessMapEventCode >
 helper template to observe map content. More...
 

Enumerations

enum  TypeAccessMapEventCode {
  map_item_added , map_item_removed , map_item_changed , map_item_renamed ,
  map_subitem_added , map_subitem_removed , map_subitem_changed , map_subitem_renamed ,
  map_subitem_popped , map_subitem_inserted
}
 Internal event code to inform the parent DD Object about the change of an item within the list. More...
 

Detailed Description

DataDefinition Utility class for observable items.

Definition in file dd_access_map.h.