Home
last modified time | relevance | path

Searched defs:InterfaceObject (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/api/
Dinterface_object.h108 explicit InterfaceObject(const Ptr& p) noexcept : ptr_(p) {} in InterfaceObject() function
109 …explicit InterfaceObject(const IInterfacePtr& p) : ptr_(interface_pointer_cast<UnderlyingType>(p))… in InterfaceObject() function