diff options
author | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-11-05 11:33:16 +0100 |
---|---|---|
committer | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-11-05 11:33:16 +0100 |
commit | 65fd4db4aead74c0bb28c8f099522536d5ce5f6c (patch) | |
tree | 7f9a7510b18e8eefbcd7129cf987c9f3f3b69e34 /img/class-config.puml | |
parent | 8fd4ebc33c2eba64e6be15c750ae8a821b72fd36 (diff) | |
parent | e696e7a6ac438c4af2e3d597c12950ad72b88520 (diff) |
Merge branch 'master' of https://github.com/lonkaars/crepe-docs into max/time
Diffstat (limited to 'img/class-config.puml')
-rw-r--r-- | img/class-config.puml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/img/class-config.puml b/img/class-config.puml new file mode 100644 index 0000000..72e5e6c --- /dev/null +++ b/img/class-config.puml @@ -0,0 +1,14 @@ +@startuml +!include theme.ipuml + +class Config <<singleton>> { + - Config() + + ~Config() + -- + + get_instance() : Config & <<static>> + -- + + log : struct ... + ... +} + +@enduml |