IndexC APIBLObjectImpl
BLObjectImpl Struct Reference

BLObject [Impl].

This is only used to model inheritance when compiled by a C++ compiler.

Member Functions

Common Functionality

template<typename T>
T* BLObjectImpl::as()noexcept[1/2][¶]

Casts this Impl to T*.

template<typename T>
const T* BLObjectImpl::as() constnoexcept[2/2][¶]

Casts this Impl to T* (const).