DNA Calib 1.1
Project brief
StreamStatus.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
7#include <status/Provider.h>
8
9namespace trio {
10
12 public:
14 return &status;
15 }
16
17 private:
19
20};
21
22} // namespace trio
Definition: Provider.h:22
Definition: StreamStatus.h:11
sc::StatusProvider * operator->()
Definition: StreamStatus.h:13
static sc::StatusProvider status
Definition: StreamStatus.h:18
Definition: Concepts.h:10