22 #ifndef ULTIMA_STD_STRING_H 23 #define ULTIMA_STD_STRING_H 25 #include "common/str.h" 40 char &operator*()
const {
return (*_owner)[_index]; }
53 return _owner == rhs._owner && _index == rhs._index;
56 return !operator==(rhs);
63 string(
const char *beginP,
const char *endP) :
Common::String(beginP, endP) {}
Definition: detection.h:27
Definition: algorithm.h:37