client-cpp  0.8.1
kaa::RecordFuture Class Reference

#include <RecordFuture.hpp>

Public Member Functions

 RecordFuture (std::future< RecordInfo > &&future)
 
 RecordFuture (RecordFuture &&recordFuture)
 
RecordFuture operator= (RecordFuture &&recordFuture)
 
 RecordFuture (const RecordFuture &)=delete
 
RecordFuture operator= (const RecordFuture &)=delete
 
std::size_t getRecordFutureId () const
 
bool operator< (const RecordFuture &recordFuture) const
 
bool operator== (const RecordFuture &recordFuture) const
 
bool operator!= (const RecordFuture &recordFuture) const
 
RecordInfo get ()
 
void wait () const
 

Detailed Description

Definition at line 27 of file RecordFuture.hpp.

Constructor & Destructor Documentation

kaa::RecordFuture::RecordFuture ( std::future< RecordInfo > &&  future)
inline

Definition at line 29 of file RecordFuture.hpp.

kaa::RecordFuture::RecordFuture ( RecordFuture &&  recordFuture)
inline

Definition at line 32 of file RecordFuture.hpp.

kaa::RecordFuture::RecordFuture ( const RecordFuture )
delete

Member Function Documentation

RecordInfo kaa::RecordFuture::get ( )
inline

Definition at line 61 of file RecordFuture.hpp.

std::size_t kaa::RecordFuture::getRecordFutureId ( ) const
inline

Definition at line 42 of file RecordFuture.hpp.

bool kaa::RecordFuture::operator!= ( const RecordFuture recordFuture) const
inline

Definition at line 54 of file RecordFuture.hpp.

bool kaa::RecordFuture::operator< ( const RecordFuture recordFuture) const
inline

Definition at line 46 of file RecordFuture.hpp.

RecordFuture kaa::RecordFuture::operator= ( RecordFuture &&  recordFuture)
inline

Definition at line 35 of file RecordFuture.hpp.

RecordFuture kaa::RecordFuture::operator= ( const RecordFuture )
delete
bool kaa::RecordFuture::operator== ( const RecordFuture recordFuture) const
inline

Definition at line 50 of file RecordFuture.hpp.

void kaa::RecordFuture::wait ( ) const
inline

Definition at line 65 of file RecordFuture.hpp.


The documentation for this class was generated from the following file: