xtd 0.2.0
drive_type.h File Reference
#include "../enum.h"

Definition

Contains xtd::io::drive_type enum class.

Include dependency graph for drive_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::io
 The xtd::io namespace contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support.
 

Enumerations

enum  xtd::io::drive_type {
  xtd::io::drive_type::unknown,
  xtd::io::drive_type::no_root_directory,
  xtd::io::drive_type::removable,
  xtd::io::drive_type::fixed,
  xtd::io::drive_type::network,
  xtd::io::drive_type::cd_rom,
  xtd::io::drive_type::ram
}
 Defines constants for drive types, including CDRom, Fixed, Network, NoRootDirectory, Ram, Removable, and Unknown. More...