MySQL 9.1.0
Source Code Documentation
|
#include <utilities.h>
Public Member Functions | |
iterator (Type *ptr) | |
iterator & | operator++ () |
bool | operator== (const iterator &rhs) const |
bool | operator!= (const iterator &rhs) const |
Type & | operator* () |
const Type & | operator* () const |
Private Attributes | |
Type * | ptr_ |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |