ON_ModelComponentWeakReference is a weak shared reference to a model component. ON_ModelComponentReference and ON_ModelComponentWeakReference are based on like std::shared_ptr and std::weak_ptr.
More...
#include <opennurbs_model_component.h>
ON_ModelComponentWeakReference is a weak shared reference to a model component. ON_ModelComponentReference and ON_ModelComponentWeakReference are based on like std::shared_ptr and std::weak_ptr.
◆ ON_ModelComponentWeakReference() [1/3]
| ON_ModelComponentWeakReference::ON_ModelComponentWeakReference |
( |
| ) |
|
No = default to insure m_sp is completely managed in the opennurbs DLL.
No = default to insure m_sp is completely managed in the opennurbs DLL.
◆ ~ON_ModelComponentWeakReference()
| ON_ModelComponentWeakReference::~ON_ModelComponentWeakReference |
( |
| ) |
|
No = default to insure m_sp is completely managed in the opennurbs DLL.
◆ ON_ModelComponentWeakReference() [2/3]
No = default to insure m_sp is completely managed in the opennurbs DLL.
◆ ON_ModelComponentWeakReference() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
No = default to insure m_sp is completely managed in the opennurbs DLL.
◆ ON_ModelComponentReference
◆ Empty