Boost.AFIO    Boost C++ Libraries
Enumerations
metadata_flags

Enumerations

enum  boost::afio::metadata_flags {
  None = 0, dev = 1<<0, ino = 1<<1, type = 1<<2,
  perms = 1<<3, nlink = 1<<4, uid = 1<<5, gid = 1<<6,
  rdev = 1<<7, atim = 1<<8, mtim = 1<<9, ctim = 1<<10,
  size = 1<<11, allocated = 1<<12, blocks = 1<<13, blksize = 1<<14,
  flags = 1<<15, gen = 1<<16, birthtim = 1<<17, sparse = 1<<24,
  compressed = 1<<25, reparse_point = 1<<26, boost::afio::All = (size_t)-1
}
 Bitflags for availability of metadata from `struct stat_t`See __afio_stat_t__ for explanation of meaning. More...

Enumeration Type Documentation

Bitflags for availability of metadata from `struct stat_t`See __afio_stat_t__ for explanation of meaning.

Definition at line 802 of file afio.hpp.


January, 2014

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