#include "common.h"
#include <iterator>
Include dependency graph for resiter.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mysqlpp |
Classes | |
class | mysqlpp::const_subscript_container< OnType, ValueType, ReturnType, SizeType, DiffType > |
A base class that one derives from to become a random access container, which can be accessed with subscript notation. More... | |
class | mysqlpp::subscript_iterator< OnType, ReturnType, SizeType, DiffType > |
Iterator that can be subscripted. More... |
The file name seems to tie it to the mysqlpp::Result class, which is so adapted, but these templates are also used to adapt the mysqlpp::Fields and mysqlpp::Row classes.