1 #ifndef INCLUDE_ACACIA_ATSPI_ATSPI_INTERFACE_H_
2 #define INCLUDE_ACACIA_ATSPI_ATSPI_INTERFACE_H_
8 #include <atspi/atspi.h>
28 bool isNull()
const {
return !interface_; }
39 void operator()(T* ptr) {
46 std::shared_ptr<T> interface_{
nullptr};
Definition: atspi_interface.h:37
Definition: atspi_interface.h:18
virtual std::string toString() const =0
bool isNull() const
Definition: atspi_interface.h:28