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
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
38
39public:
40 // virtual functions
41 // NOLINTBEGIN
42 // vIndex: 0
43 virtual ~ContentCatalogService() /*override*/ = default;
44
45 // vIndex: 5
46 virtual void reviewSummary(::ReviewSummaryParams const&, ::std::function<void(::ReviewSummaryResponse&)>);
47
48 // vIndex: 4
49 virtual void _submitRequest(::std::shared_ptr<::HttpRequestHandler>) /*override*/;
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55
56 // NOLINTEND
57};
Definition ContentCatalogService.h:15
Definition HttpRequestHandler.h:15
Definition ReviewSummaryParams.h:5
Definition ReviewSummaryResponse.h:5
Definition ServiceClient.h:15
Definition Alias.h:14