|
TRF Language Model
|
#include <wb-iter.h>
Public Member Functions | |
| Ary (T *p_p, int p_len) | |
| virtual void | Reset () |
| virtual bool | Next (T &t) |
Public Attributes | |
| T * | p |
| the array More... | |
| int | len |
| the length of the array More... | |
| int | cur |
| cur position More... | |
|
inline |
|
inlinevirtual |
Implements wb::iter::Obj< T >.
|
inlinevirtual |
Implements wb::iter::Obj< T >.
| int wb::iter::Ary< T >::cur |
| int wb::iter::Ary< T >::len |
| T* wb::iter::Ary< T >::p |