ChatPlexSDK-BS
1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
z
~
Variables
b
d
g
i
m
o
p
r
s
t
Enumerations
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Concepts
Loading...
Searching...
No Matches
shared
CP_SDK_BS
Game
BeatMaps
SearchResponse.hpp
1
#pragma once
2
3
#include "MapDetail.hpp"
4
5
namespace
CP_SDK_BS::Game::BeatMaps
{
6
7
using namespace
System;
8
9
struct
SearchResponse
10
{
11
SearchResponse
() =
default
;
12
CP_SDK_NO_COPYMOVE_CTORS(
SearchResponse
);
13
14
using
Ptr = std::shared_ptr<SearchResponse>;
15
16
std::vector<MapDetail::Ptr> docs;
17
18
CP_SDK_JSON_OPERATORS_INLINE({
19
CP_SDK_JSON_SERIALIZE_OBJECT_ARRAY(docs);
20
},
21
{
22
CP_SDK_JSON_UNSERIALIZE_OBJECT_ARRAY(docs);
23
});
24
};
9
struct
SearchResponse
{
…
};
25
26
}
CP_SDK_BS::Game::BeatMaps
BeatMaps aka BeatSaver models.
Definition
MapDetail.hpp:12
CP_SDK_BS::Game::BeatMaps::SearchResponse
Definition
SearchResponse.hpp:10
Generated by
1.9.8