62 extern vector<string>
tabids;
83 string makeId(
string a,
int id);
int newIdx(int i)
Store new index of type "int".
string ToString(T number)
convert to string
string getIdx(int i)
Get index.
string makeId(string a, int id)
return in string format "a+id"
vector< string > tabids
Vector container of the indexes.
void newId(string i)
Store new index of type "string".
void printIDX()
print index list.
int Idx_size()
Return index list size.
string IndexList()
Index list.