mirror of
https://github.com/nasa/trick.git
synced 2025-03-01 11:41:40 +00:00
A base-clause is the stuff in an inheritance list after the colon in a class declaration. https://en.cppreference.com/w/cpp/language/derived_class Closes #723 Closes #733