Acacia
acacia::AtspiInterface< T > Class Template Referenceabstract

#include <atspi_interface.h>

Classes

class  Deleter
 

Public Member Functions

 AtspiInterface (T *interface)
 
bool isNull () const
 
virtual std::string toString () const =0
 

Protected Attributes

std::shared_ptr< T > interface_ {nullptr}
 

Detailed Description

template<typename T>
class acacia::AtspiInterface< T >

Objects descending from this class wrap an AtspiObject of a specific type. See descendants of this class for more information about each type.

Member Function Documentation

◆ isNull()

template<typename T >
bool acacia::AtspiInterface< T >::isNull ( ) const
inline

Tests whether the underlying interface pointer is null.

◆ toString()

template<typename T >
virtual std::string acacia::AtspiInterface< T >::toString ( ) const
pure virtual

The documentation for this class was generated from the following file: