xtd 0.2.0
iprogress.h
Go to the documentation of this file.
1 #pragma once
5 #include "interface.h"
6 
8 namespace 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
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::interface interface.
#define interface_
This keyword is use to represent an interface.
Definition: interface.h:54
virtual void report(const type_t &value) noexcept=0
Reports a progress update.