DSQSS
1.1
|
#include <link.hpp>
Public メソッド | |
void | init (C &x) |
void | init (Ring< C > &r) |
RingIterator () | |
RingIterator (const RingIterator &p) | |
RingIterator (C &x) | |
RingIterator (Ring< C > &r) | |
bool | atOrigin () |
RingIterator< C > | operator+ (int i) |
RingIterator< C > & | operator++ () |
RingIterator< C > & | operator++ (int) |
RingIterator< C > & | operator-- () |
RingIterator< C > & | operator-- (int) |
C * | operator-> () |
C & | operator* () |
void | operator= (const C *p) |
bool | operator== (const C *p) |
bool | operator!= (const C *p) |
Public 変数 | |
C * | org |
C * | cur |
RingIterator | ( | ) | [inline] |
RingIterator | ( | const RingIterator< C > & | p | ) | [inline] |
RingIterator | ( | C & | x | ) | [inline] |
RingIterator | ( | Ring< C > & | r | ) | [inline] |
RingIterator<C> operator+ | ( | int | i | ) | [inline] |
RingIterator<C>& operator++ | ( | ) | [inline] |
RingIterator<C>& operator++ | ( | int | ) | [inline] |
RingIterator<C>& operator-- | ( | ) | [inline] |
RingIterator<C>& operator-- | ( | int | ) | [inline] |