I have a class header file called Grid.h that contains the following 2 private data object:
vector column; vector> row;
This is what you need:
return Grid::row[row][col];