OpaqueBase Class Reference Data Structures

#include <opaqueref.h>

详细描述

Use this class to derive private classes of which the content will be hidden in the API.

class MyClass : public OpaqueBase { ...data that only the implementation knows... }

In the API write:

using OpaqueRef = MyClassRef;

公共成员函数

virtual  ~OpaqueBase ()

构造函数 & 析构函数文档编制

◆  ~OpaqueBase()

virtual ~ OpaqueBase ( )
virtual
maxon::OpaqueRef
StrongRef< OpaqueBase > OpaqueRef
A strong reference to a hidden class.
定义: opaqueref.h:33