mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] Add method in shared function store
Change-Id: I1b15ed95e7e9a5c4cffe303e5f699ec03ad87b45
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
int numberOfDefinedFunctions();
|
||||
// An active function must be defined to be counted
|
||||
int numberOfActiveFunctions();
|
||||
virtual int maxNumberOfFunctions() = 0;
|
||||
protected:
|
||||
int m_numberOfFunctions;
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user