xtd 0.2.0
Loading...
Searching...
No Matches
iprogress.h
Go to the documentation of this file.
1
4#pragma once
5#include "interface.h"
6
8namespace xtd {
9 template<typename type_t>
20 public:
22
26 virtual void report(const type_t& value) noexcept = 0;
28 };
29}
Defines a provider for progress updates.
Definition iprogress.h:19
virtual void report(const type_t &value) noexcept=0
Reports a progress update.
#define interface_
This keyword is use to represent an interface.
Definition interface.h:58
Contains xtd::interface interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10