Boost.AFIO    Boost C++ Libraries
Enumerations
fs_metadata

Enumerations

enum  boost::afio::fs_metadata_flags {
  None = 0, flags = 1<<15, bsize = 1<<2, iosize = 1<<3,
  blocks = 1<<13, bfree = 1<<5, bavail = 1<<6, files = 1<<7,
  ffree = 1<<8, namemax = 1<<9, owner = 1<<10, fsid = 1<<11,
  fstypename = 1<<12, mntfromname = 1<<13, mntonname = 1<<14, boost::afio::All = (size_t)-1
}
 Bitflags for availability of metadata from `struct statfs_t`. More...

Enumeration Type Documentation

Bitflags for availability of metadata from `struct statfs_t`.

Definition at line 912 of file afio.hpp.


January, 2014

Copyright © 2013-2014 Niall Douglas, Cork, Ireland
Copyright © 2013 Paul Kirth, California
Documentation is generated by Doxygen