forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inline default initialization of all those member variables would be better. and using the m_ prefixing for all of them would also be better for consistency inline initialization will only work for primitive types though (pointers, integers, doubles, etc). For the C structures like struct MiraMonVectLayerInfo hMiraMonLayerPNT/ARC/POL/etc, memset() to 0 in the constructor is the only practical way
- Loading branch information
Showing
2 changed files
with
53 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters