blob: 72e5e6c587f55b099601a9ed277ef0d4746ce11e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@startuml
!include theme.ipuml
class Config <<singleton>> {
- Config()
+ ~Config()
--
+ get_instance() : Config & <<static>>
--
+ log : struct ...
...
}
@enduml
|