Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F140038
client-types.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
488 B
Referenced Files
None
Subscribers
None
client-types.hpp
View Options
/*
* This file is part of libkazv.
* SPDX-FileCopyrightText: 2021 Tusooa Zhu <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
#include
<libkazv-config.hpp>
#include
<immer/map.hpp>
#include
<immer/flex_vector.hpp>
namespace
Kazv
{
struct
DeviceKeyInfo
;
using
DeviceMap
=
immer
::
map
<
std
::
string
,
DeviceKeyInfo
>
;
using
DeviceIdList
=
immer
::
flex_vector
<
std
::
string
>
;
using
UserIdToDeviceIdMap
=
immer
::
map
<
std
::
string
,
DeviceIdList
>
;
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Jan 19, 10:56 AM (3 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55114
Default Alt Text
client-types.hpp (488 B)
Attached To
Mode
rL libkazv
Attached
Detach File
Event Timeline
Log In to Comment