Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CSysfsPath Class Reference

#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 ()
 

Constructor & Destructor Documentation

◆ CSysfsPath() [1/2]

CSysfsPath::CSysfsPath ( )
default

◆ CSysfsPath() [2/2]

CSysfsPath::CSysfsPath ( const std::string & path)
inline

◆ ~CSysfsPath()

CSysfsPath::~CSysfsPath ( )
default

Member Function Documentation

◆ Exists()

bool CSysfsPath::Exists ( )

◆ Get() [1/2]

template<>
std::optional< std::string > CSysfsPath::Get ( )

◆ Get() [2/2]

template<typename T >
std::optional< T > CSysfsPath::Get ( )
inline

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