MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mySTL::list< T >::iterator Class Reference

Public Member Functions

 iterator (node *p=0)
T & operator* () const
T * operator-> () const
iteratoroperator++ ()
iteratoroperator-- ()
iterator operator++ (int)
iterator operator-- (int)
bool operator== (const iterator &other) const
bool operator!= (const iterator &other) const

Friends

class list< T >

Detailed Description

template<typename T>
class mySTL::list< T >::iterator

Definition at line 67 of file list.hpp.


The documentation for this class was generated from the following file: