Added function and method arguments in sequence diagrams

This commit is contained in:
Bartek Kryza
2022-12-04 22:51:57 +01:00
parent 5a8b739eba
commit 1644a201d0
21 changed files with 299 additions and 116 deletions

View File

@@ -39,8 +39,13 @@ public:
void set_line(const unsigned line) { line_ = line; }
unsigned int location_id() const { return hash_; }
void set_location_id(unsigned int h) { hash_ = h; }
private:
std::string file_;
unsigned int line_{0};
unsigned int hash_;
};
}