22 #ifndef FIFE_STRINGUTILS_H_
23 #define FIFE_STRINGUTILS_H_
29 #include "util/base/fife_stdint.h"
32 typedef std::vector<int32_t> IntVector;
33 int makeInt32(
const std::string& str);
34 IntVector tokenize(
const std::string& str,
char delim,
char group = 0);
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...