|
ADTF
|
Go to the source code of this file.
Namespaces | |
| namespace | ddl |
| definition of the ddl namespace | |
| namespace | ddl::mapping |
| definition of the mapping namespace | |
Typedefs | |
| template<typename SubjectType> | |
| using | ddl::mapping::datamodel::ModelSubject = ddl::utility::ModelSubjectUtility<SubjectType, ModelEventCode> |
| Subject template class for observable objects. | |
| template<typename SubjectType> | |
| using | ddl::mapping::datamodel::ModelObserver = ddl::utility::ModelObserverUtility<SubjectType, ModelEventCode> |
Observer template class that observe the SubjectType. | |
| using | ddl::mapping::datamodel::InfoMap = ddl::utility::InfoMap |
| reuse of InfoMap with the mapping data model | |
Mapping Configuration data model observer - subject pattern usage definition
Copyright 2025 Digitalwerk GmbH.
This Source Code Form is subject to the terms of the Mozilla
Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
If it is not possible or desirable to put the notice in a particular file, then
You may include the notice in a location (such as a LICENSE file in a
relevant directory) where a recipient would be likely to look for such a notice.
You may add additional accurate notices of copyright ownership.
| using ddl::mapping::datamodel::ModelObserver = ddl::utility::ModelObserverUtility<SubjectType, ModelEventCode> |
Observer template class that observe the SubjectType.
| SubjectType | Object type that is the subject to observe. |
| using ddl::mapping::datamodel::ModelSubject = ddl::utility::ModelSubjectUtility<SubjectType, ModelEventCode> |
Subject template class for observable objects.
| SubjectType | Object type that is the subject to observe. |
Model event code for the data model observer.