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)
75 T * getNew(
void)
const;
84#include <Inventor/tools/SbLazyPimplPtr.hpp>
87#if defined(_MSC_VER) && (_MSC_VER < 1400)
Definition SbLazyPimplPtr.h:56
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
int operator!=(const SbList< Type > &l) const
Definition SbList.h:217
int operator==(const SbList< Type > &l) const
Definition SbList.h:209
void copy(const SbList< Type > &l)
Definition SbList.h:92