LeviLamina
Loading...
Searching...
No Matches
TimerDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace JsonUtil { class EmptyClass; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 TimerDefinition& operator=(TimerDefinition const&);
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCNAPI static void
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
Definition JsonSchemaObjectNode.h:8
Definition TimerDefinition.h:14
MCAPI ~TimerDefinition()
MCAPI void $dtor()
MCAPI void addWeightedChoiceEntry(::WeightChoiceEntry const &entry)
static MCAPI void buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::TimerDefinition > > &root)
Definition WeightChoiceEntry.h:5
Definition Alias.h:14