xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
iprogress.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
interface.hpp
"
6
8
namespace
xtd
{
9
template
<
typename
type_t>
19
class
iprogress
interface_
{
20
public
:
22
26
virtual
auto
report
(
const
type_t& value)
noexcept
->
void
= 0;
28
};
29
}
xtd::iprogress
Defines a provider for progress updates.
Definition
iprogress.hpp:19
xtd::iprogress::report
virtual auto report(const type_t &value) noexcept -> void=0
Reports a progress update.
interface_
#define interface_
This keyword is use to represent an interface.
Definition
interface.hpp:58
interface.hpp
Contains xtd::interface interface.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.