1 #ifndef COIN_SBPIMPLPTR_H 2 #define COIN_SBPIMPLPTR_H 45 #include <Inventor/SbBasic.h> 49 #if defined(_MSC_VER) && (_MSC_VER < 1400) 51 #pragma warning(disable:4251) // for DLL-interface warning 70 const T * operator -> (
void)
const;
71 T * operator -> (
void);
74 T * getNew(
void)
const;
83 #include <Inventor/tools/SbPimplPtr.hpp> 84 #endif // COIN_INTERNAL 86 #if defined(_MSC_VER) && (_MSC_VER < 1400) 92 #endif // !COIN_SBPIMPLPTR_H Definition: SbPimplPtr.h:55