-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove GenericConfigurationManagerImpl's CRTP (#11784)
* Explicitly add the config value methods to the generic configuration manager's as a protected interface. Add the config class as a template parameter. * Remove the ImplClass from the GenericConfigurationManagerImpl template. * Minor cleanup. * Restyling with clang-format. * Apply the same changes to the other platforms. * Fix Linux with the same changes. * Fix remaining platforms. * Remove the Key namespacing since it's already defined in the superclass. This fixes the doxygen generation. * Remove the explicit template definitions.
- Loading branch information
1 parent
6ec680a
commit 68d4a13
Showing
31 changed files
with
1,186 additions
and
305 deletions.
There are no files selected for viewing
202 changes: 100 additions & 102 deletions
202
src/include/platform/internal/GenericConfigurationManagerImpl.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.