|
@@ -50,7 +50,7 @@ class SplitString final {
|
|
}
|
|
}
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
void addEntries() {
|
|
void addEntries() {
|
|
int lastIndex = 0;
|
|
int lastIndex = 0;
|
|
for(int i = 0; i < data.getLength(); i++) {
|
|
for(int i = 0; i < data.getLength(); i++) {
|
|
@@ -77,8 +77,6 @@ public:
|
|
const char* operator[](int index) const {
|
|
const char* operator[](int index) const {
|
|
return &(data[entries[index]]);
|
|
return &(data[entries[index]]);
|
|
}
|
|
}
|
|
-
|
|
|
|
-private:
|
|
|
|
};
|
|
};
|
|
|
|
|
|
#endif
|
|
#endif
|