EgtMachKernel 1.8c4 :

- aggiunta GetAllTablesNames.
This commit is contained in:
Dario Sassi
2017-03-09 10:53:00 +00:00
parent 6fce5b366d
commit bb9f2bd2a3
7 changed files with 60 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ class Machine
{ int nId = GetGroup( sHead) ;
return ( IsHeadGroup( nId) ? nId : GDB_ID_NULL) ; }
bool GetAllHeadsNames( STRVECTOR& vNames) const ;
bool GetAllTablesNames( STRVECTOR& vNames) const ;
int GetHeadExitCount( const std::string& sHead) const ;
bool LoadTool( const std::string& sHead, int nExit, const std::string& sTool) ;
bool GetLoadedTool( const std::string& sHead, int nExit, std::string& sTool) const ;