You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
We prefix getters with get_ for clarification.
We use "string" as the type where we would otherwise say "std::string". A global define in kml/base/util.h declares "using std::string". This permits direct use of libkml in codebases that have their own (STL-compatible) string implementation.
For the same reason we don't #include everywhere string is used.