C, E printing, etc.

This commit is contained in:
Artur Meski
2018-11-24 17:02:26 +00:00
parent c72eb7ac4a
commit 85e1e1d16b
2 changed files with 23 additions and 0 deletions

View File

@@ -292,6 +292,7 @@ class FormRSCTLK
assert(oper == RSCTLK_NK || oper == RSCTLK_UK);
return *(agents.begin());
}
std::string getAgentsStr(void) const;
ProcSet getAgentsAsProcSet(RctSys *rs) const;
};