Go to the source code of this file.
Macros | |
#define | UHD_PIMPL_DECL(_name) |
#define | UHD_PIMPL_MAKE(_name, _args) std::make_shared<_name> _args |
#define UHD_PIMPL_DECL | ( | _name | ) |
Make a declaration for a pimpl in a header file.
#define UHD_PIMPL_MAKE | ( | _name, | |
_args | |||
) | std::make_shared<_name> _args |
Make an instance of a pimpl in a source file.