modified mysql results/row to be ready for range based for

This commit is contained in:
Arthur Ice
2015-01-08 20:34:38 -08:00
parent 4808dcadcf
commit f6166bcb94
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public:
MySQLRequestRow operator++(int);
bool operator==(const MySQLRequestRow& rhs);
bool operator!=(const MySQLRequestRow& rhs);
MySQLRequestRow operator*();
char* operator[](int index);
};