[geos-devel] Thread safe error handling
Sandro Santilli
strk at keybit.net
Mon Sep 9 07:04:17 PDT 2013
On Mon, Sep 09, 2013 at 03:44:16PM +0200, Pepijn Van Eeckhoudt wrote:
> You mean https://github.com/libgeos/libgeos.git right? That's what I
> cloned from.
Yes, sorry.
> In the version of geos_ts_c.cpp I'm looking at
> GEOSContextHandleInternal_t is a typedef for struct
> GEOSContextHandleInternal. I can change it to be a class if you like.
>
> Are we talking about the same GEOSContextHandleInternal_t?
Yes, same type.
Struct and class are the same in C++.
Only difference is in the default access to members being private
for class and public for struct.
--strk;
More information about the geos-devel
mailing list