#include <proc_table.h>
Public Types | |
| using | AndroidProcType = T |
Public Member Functions | |
| constexpr bool | IsAvailable () const |
| constexpr | operator bool () const |
| template<class... Args> | |
| auto | operator() (Args &&... args) const |
| void | Reset () |
Public Attributes | |
| const char * | proc_name = nullptr |
| AndroidProcType * | proc = nullptr |
Definition at line 72 of file proc_table.h.
| using impeller::android::AndroidProc< T >::AndroidProcType = T |
Definition at line 73 of file proc_table.h.
|
inlineconstexpr |
Definition at line 79 of file proc_table.h.
References impeller::android::AndroidProc< T >::proc.
Referenced by impeller::android::AndroidProc< T >::operator bool(), and impeller::android::AndroidProc< T >::operator()().
|
inlineexplicitconstexpr |
Definition at line 81 of file proc_table.h.
References impeller::android::AndroidProc< T >::IsAvailable().
|
inline |
Definition at line 84 of file proc_table.h.
References impeller::android::AndroidProc< T >::IsAvailable(), impeller::android::AndroidProc< T >::proc, and impeller::android::AndroidProc< T >::proc_name.
|
inline |
| AndroidProcType* impeller::android::AndroidProc< T >::proc = nullptr |
Definition at line 77 of file proc_table.h.
Referenced by impeller::android::AndroidProc< T >::IsAvailable(), impeller::android::AndroidProc< T >::operator()(), impeller::android::AndroidProc< T >::Reset(), and impeller::android::ResolveAndroidProc().
| const char* impeller::android::AndroidProc< T >::proc_name = nullptr |
Definition at line 75 of file proc_table.h.
Referenced by impeller::android::AndroidProc< T >::operator()(), and impeller::android::ResolveAndroidProc().