Also, why not return the `type_info` and use that rather than strings?

```
const std::type_info& getType() const {
    return typeid(*this);
  }
```
`type_info` is analogous to `Object.getClass()` in Java and `Object.GetType()` 
in .NET.



[ Full content available at: https://github.com/apache/geode-native/pull/339 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to