diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-07 15:22:00 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-07 15:22:00 +0200 |
commit | 9e1b22e12bb0915081c94e6266b9725251500dcd (patch) | |
tree | 014f96a345201df949bcb4ff032728e792c18be9 /docs | |
parent | bde4c3fe7885b66c0bb59b8407c74b350fc6b44d (diff) |
WIP begin writing factory
Diffstat (limited to 'docs')
-rw-r--r-- | docs/class-diag.puml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/class-diag.puml b/docs/class-diag.puml index ea245cd..5efda1b 100644 --- a/docs/class-diag.puml +++ b/docs/class-diag.puml @@ -5,7 +5,7 @@ abstract class Node { /' (also ConcreteObserver) '/ + addInput(Net*) - inputs: Net*[] - output: Net* - - type: static constexpr const string + - type: static const char * string - minInputs: constexpr unsigned int - maxInputs: constexpr int } |