| 
    PLCnext API Documentation
    20.6.0.30321
    
   | 
 
Base class with common behavior for Future<T> and Future<void> More...
#include <Future.hpp>

Public Member Functions | |
| FutureBase (const FutureBase &other)=default | |
| FutureBase (FutureBase &&other)=default | |
| FutureBase & | operator= (const FutureBase &other)=default | 
| FutureBase & | operator= (FutureBase &&other)=default | 
| const bool | IsValid () const | 
| Returns true, if this Future has an assiciated Promise More... | |
| const bool | HasValue () const | 
| Returns true, if a value or an exception has been set More... | |
| const bool | HasException () const | 
| Returns true, if an exception has been set More... | |
Base class with common behavior for Future<T> and Future<void>
| const bool Arp::System::Nm::FutureBase::HasException | ( | ) | const | 
Returns true, if an exception has been set
| const bool Arp::System::Nm::FutureBase::HasValue | ( | ) | const | 
Returns true, if a value or an exception has been set
| const bool Arp::System::Nm::FutureBase::IsValid | ( | ) | const | 
Returns true, if this Future has an assiciated Promise
 1.8.13