hamigaki.png

前のページ 上に戻る ホーム 次のページ

Struct attributes

hamigaki::archivers::msdos::attributes —

Synopsis

struct attributes {
  // static constants
  static const boost::uint16_t read_only = 0x0001;  // 読み出し専用
  static const boost::uint16_t hidden = 0x0002;  // 隠しファイル
  static const boost::uint16_t system = 0x0004;  // システムファイル
  static const boost::uint16_t volume_label = 0x0008;  // ボリュームラベル
  static const boost::uint16_t directory = 0x0010;  // ディレクトリ
  static const boost::uint16_t archive = 0x0020;  // アーカイブ
  static const boost::uint16_t mask = 0x003F;  // 有効なフラグの和集合
};
製作著作 © 2006, 2007 Takeshi Mouri

前のページ 上に戻る ホーム 次のページ