Bifrost SDK
Bifrost SDK documentation
StopTokenFwd.h
Go to the documentation of this file.
1//-
2// =============================================================================
3// Copyright 2024 Autodesk, Inc. All rights reserved.
4//
5// Use of this software is subject to the terms of the Autodesk license
6// agreement provided at the time of installation or download, or which
7// otherwise accompanies this software in either electronic or hard copy form.
8// =============================================================================
9
10//+
11
14
15#ifndef AMINO_CORE_STOP_TOKEN_FWD_H
16#define AMINO_CORE_STOP_TOKEN_FWD_H
17
18namespace Amino {
19class StopToken;
20class StopSource;
21template <typename Callback>
22class StopCallback;
23} // namespace Amino
24
25#endif
Definition: HostData.h:33
StopCallback(StopToken const &, Callback) -> StopCallback< Callback >
Deduction guides for StopCallback.