![]() |
hamigaki::filesystem::device_number —
デバイス番号を保持する
struct device_number { // types typedef implementation defined native_type; // construct/copy/destruct device_number(); device_number(boost::intmax_t, boost::intmax_t); // conversions native_type to_native() const; static device_number from_native(native_type); boost::intmax_t major; boost::intmax_t minor; };
製作著作 © 2006, 2007 Takeshi Mouri |