|
Dev Essential
|
#include <ddl/utilities/ddl_error.h>#include <ddl/utilities/access_observer.h>#include <string>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | ddl |
| definition of the ddl namespace | |
| namespace | ddl::dd |
| definition of the dd namespace | |
| namespace | ddl::dd::datamodel |
| definition of the datamodel namespace | |
Typedefs | |
| template<typename TYPE> | |
| using | ddl::dd::datamodel::ModelSubject = utility::ModelSubjectUtility<TYPE, ModelEventCode> |
| Subject template class that is observable. | |
| template<typename TYPE> | |
| using | ddl::dd::datamodel::ModelObserver = utility::ModelObserverUtility<TYPE, ModelEventCode> |
Observer template class that observe the TYPE. | |
OO DataDefinition Redesign - Data model Observer - Subject pattern.
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/.