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>
18 public:
20
24 virtual void report(const type_t& value) noexcept = 0;
26 };
27}
Defines a provider for progress updates.
Definition iprogress.h:17
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