Lolly 1.4.28
|
#include <promise.hpp>
Public Member Functions | |
promise_rep () | |
virtual | ~promise_rep () |
virtual tm_ostream & | print (tm_ostream &out) |
virtual T | eval ()=0 |
Public Member Functions inherited from abstract_struct | |
abstract_struct () | |
Default constructor for the abstract object. Sets the reference count to 0. | |
virtual | ~abstract_struct () |
Virtual destructor for the abstract object. Decrements the reference count. | |
Additional Inherited Members | |
Public Attributes inherited from abstract_struct | |
int | ref_count |
The reference count for the abstract object. | |
Definition at line 23 of file promise.hpp.
|
inline |
Definition at line 25 of file promise.hpp.
|
inlinevirtual |
Definition at line 26 of file promise.hpp.
|
inlinevirtual |
Definition at line 41 of file promise.hpp.
|
pure virtual |
Implemented in promise_rep_int_add.