LeviLamina
Loading...
Searching...
No Matches
ContentCatalogService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/services/ServiceClient.h"
7
8// auto generated forward declare list
9// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
37
38public:
39 // virtual functions
40 // NOLINTBEGIN
41 // vIndex: 0
42 virtual ~ContentCatalogService() /*override*/ = default;
43
44 // vIndex: 5
45 virtual void reviewSummary(::ReviewSummaryParams const&, ::std::function<void(::ReviewSummaryResponse&)>);
46
47 // vIndex: 4
48 virtual void _submitRequest(::std::shared_ptr<::HttpRequestHandler>) /*override*/;
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60
61 // NOLINTEND
62};
Definition ContentCatalogService.h:15
Definition HttpRequestHandler.h:15
Definition ReviewSummaryParams.h:5
Definition ReviewSummaryResponse.h:5
Definition ServiceClient.h:15
Definition Alias.h:14