xtd 0.2.0
Loading...
Searching...
No Matches
iprogress.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "interface.hpp"
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.hpp: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.hpp:58
Contains xtd::interface interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10