Stroika Library
3.0d16
Help-Home
Loading...
Searching...
No Matches
Disk.inl
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
5
namespace
Stroika::Foundation::IO::FileSystem
{
6
}
7
8
namespace
Stroika::Foundation::Common
{
9
template
<>
10
constexpr
EnumNames<Foundation::IO::FileSystem::BlockDeviceKind> DefaultNames<Foundation::IO::FileSystem::BlockDeviceKind>::k{{{
11
{
Foundation::IO::FileSystem::BlockDeviceKind::eRemovableDisk
, L
"Removable-Disk"
},
12
{
Foundation::IO::FileSystem::BlockDeviceKind::eLocalDisk
, L
"Local-Disk"
},
13
{
Foundation::IO::FileSystem::BlockDeviceKind::eNetworkDrive
, L
"Network-Drive"
},
14
{
Foundation::IO::FileSystem::BlockDeviceKind::eTemporaryFiles
, L
"Temporary-Files"
},
15
{
Foundation::IO::FileSystem::BlockDeviceKind::eReadOnlyEjectable
, L
"Read-Only-Ejectable"
},
16
{
Foundation::IO::FileSystem::BlockDeviceKind::eSystemInformation
, L
"System-Information"
},
17
}}};
18
}
Stroika::Foundation::Common
Definition
Character.inl:624
Stroika::Foundation::IO::FileSystem
Definition
Foundation/IO/FileSystem/Common.h:18
Stroika::Foundation::IO::FileSystem::BlockDeviceKind::eRemovableDisk
@ eRemovableDisk
Stroika::Foundation::IO::FileSystem::BlockDeviceKind::eLocalDisk
@ eLocalDisk
Stroika::Foundation::IO::FileSystem::BlockDeviceKind::eNetworkDrive
@ eNetworkDrive
Stroika::Foundation::IO::FileSystem::BlockDeviceKind::eSystemInformation
@ eSystemInformation
Stroika::Foundation::IO::FileSystem::BlockDeviceKind::eTemporaryFiles
@ eTemporaryFiles
Stroika::Foundation::IO::FileSystem::BlockDeviceKind::eReadOnlyEjectable
@ eReadOnlyEjectable
Library
Sources
Stroika
Foundation
IO
FileSystem
Disk.inl
Generated by
1.9.8