#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 () |
|
virtual |