LeviLamina
Loading...
Searching...
No Matches
SubscribedObjectives.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCAPI bool isSubscribed(::std::string const& objective) const;
23 // NOLINTEND
24};
Definition SubscribedObjectives.h:5
Definition Alias.h:14