ewmscp
..
|
wrapper for mode_t. More...
#include <ewmscp.h>
Public Member Functions | |
modeBitType (unsigned int aBits=0) | |
![]() | |
fundamental_wrapper () | |
fundamental_wrapper (mode_t aValue) | |
fundamental_wrapper & | operator= (const mode_t aValue) |
mode_t | operator= (const mode_t &aValue) |
operator mode_t & () | |
operator const mode_t & () const | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const modeBitType &item) |
std::istream & | operator>> (std::istream &in, modeBitType &item) |
Additional Inherited Members | |
![]() | |
mode_t | lValue |
wrapper for mode_t.
This wrapper uses options::fundamental_wrapper<T> so that the wrappered fundamental type mode_t can be used as a class and extends it by adding IO-operators to read/print it as octal value, the customary representation of unic mode bits.
|
friend |
|
friend |