|
CCAFFEINE
0.8.8
|
#include <StringVectEnum.h>


Public Member Functions | |
| CDELETE | StringVectEnum (char **borrowed_data, int eCount) |
| boolean | hasMoreElements () |
| CDELETE char * | nextElement () |
Private Attributes | |
| int | index |
| int | elementCount |
| char ** | elementData |
implementation of enumeration for string vectors.
| boolean jcpp::StringVectEnum::hasMoreElements | ( | ) | [virtual] |
more strings available?
Implements jcpp::StringEnumeration.
| CDELETE char* jcpp::StringVectEnum::nextElement | ( | ) | [virtual] |
at variance in the delete behavior from VectEnum.
Implements jcpp::StringEnumeration.
1.7.6.1