| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <SysfsPath.h>
Public Member Functions | |
| CSysfsPath ()=default | |
| CSysfsPath (const std::string &path) | |
| ~CSysfsPath ()=default | |
| bool | Exists () | 
| template<typename T > | |
| std::optional< T > | Get () | 
| template<> | |
| std::optional< std::string > | Get () | 
      
  | 
  default | 
      
  | 
  inline | 
      
  | 
  default | 
| bool CSysfsPath::Exists | ( | ) | 
| std::optional< std::string > CSysfsPath::Get | ( | ) | 
      
  | 
  inline |