logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wayland::server::global_base_t

Author

       Generated automatically by Doxygen for Wayland++ from the source code.

Version 1.0.0                                Wed May 1 2024 17:27:19           wayland::server::global_base_t(3)

Detailed Description

       Global object base class

       Definition at line 580 of file wayland-server.hpp.

Member Function Documentation

template<typenameresource>boolwayland::server::global_base_t::has_interface()[inline]
       Check for specific interface.

       TemplateParametersresource Resource class for comparison

       Returns
           true if the global has the same interface as the resource class

       Definition at line 614 of file wayland-server.hpp.

Name

       wayland::server::global_base_t

Synopsis

       #include <wayland-server.hpp>

       Inherited by wayland::server::global_t<resource>.

   PublicMemberFunctions
       template<typename resource > bool has_interface ()

See Also