c++ Programming Glossary: private_struct
Why one should not hide a structure implementation that way? http://stackoverflow.com/questions/17619015/why-one-should-not-hide-a-structure-implementation-that-way implementation of the structure is declared typedef struct private_struct private_foo_t f1 private_bar_t b 2 private_baz_t bz int val..
Stripping linux shared libraries http://stackoverflow.com/questions/2088409/stripping-linux-shared-libraries when we start using STL containers #include vector struct private_struct float f void other_private_function std vector private_struct.. float f void other_private_function std vector private_struct v we end up with many additional exports from the C library.. from the C library 00000b30 W __gnu_cxx new_allocator private_struct deallocate private_struct unsigned int 00000abe W __gnu_cxx..
|