|
JX Application Framework
|
#include <JStringPtrMapCursor.h>
Public Member Functions | |
| JStringPtrMapCursor (const JStringPtrMap< V > *ptrMap) | |
Public Member Functions inherited from JStringMapCursor< V * > | |
| JStringMapCursor (const JStringMap< V * > *map) | |
| virtual | ~JStringMapCursor () |
| bool | Next () |
| const JString & | GetKey () const |
| const V * & | GetValue () const |
| void | Reset () |
| JStringPtrMapCursor< V >::JStringPtrMapCursor | ( | const JStringPtrMap< V > * | ptrMap | ) |
This class is a convenience; JStringMapCursor can be used with a JStringPtrMap, but the template type must be V* rather than V.
Base code generated by Codemill v0.1.0