|
ewmscp
..
|
Public Member Functions | |
| fieldHandlerTpl (decltype(field) aField, char shortName, const std::string &aName, const std::string &aExplanation) | |
| void | print (const std::string &fsname, const struct statvfs &stat, bool printAll) override |
Public Member Functions inherited from fieldHandlerBase | |
| fieldHandlerBase (char shortName, const std::string &aName, const std::string &aExplanation) | |
Private Attributes | |
| T statvfs::* | field |
Additional Inherited Members | |
Public Attributes inherited from fieldHandlerBase | |
| options::single< bool > | opt |
Protected Attributes inherited from fieldHandlerBase | |
| std::string | fieldName |
| std::string | explanation |
Definition at line 27 of file statvfs.cpp.
|
inline |
Definition at line 30 of file statvfs.cpp.
|
inlineoverridevirtual |
Implements fieldHandlerBase.
Definition at line 35 of file statvfs.cpp.
Referenced by idHandler::print().
|
private |
Definition at line 28 of file statvfs.cpp.
Referenced by fieldHandlerTpl< unsigned long >::print().
1.8.17