1 #ifndef COIN_SBLAZYPIMPLPTR_H 2 #define COIN_SBLAZYPIMPLPTR_H 46 #include <Inventor/SbBasic.h> 50 #if defined(_MSC_VER) && (_MSC_VER < 1400) 52 #pragma warning(disable:4251) // for DLL-interface warning 71 const T * operator -> (
void)
const;
72 T * operator -> (
void);
75 T * getNew(
void)
const;
84 #include <Inventor/tools/SbLazyPimplPtr.hpp> 85 #endif // COIN_INTERNAL 87 #if defined(_MSC_VER) && (_MSC_VER < 1400) 93 #endif // !COIN_SBLAZYPIMPLPTR_H Definition: SbLazyPimplPtr.h:56