resiter.h File Reference

Declares templates for adapting existing classes to be iteratable random-access containers. More...

#include "common.h"
#include <iterator>

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...


Detailed Description

Declares templates for adapting existing classes to be iteratable random-access containers.

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.


Generated on 10 Oct 2017 for MySQL++ by  doxygen 1.4.7