Lolly 1.4.28
|
Public Member Functions | |
promise_rep_int_add (int a, int b) | |
virtual int | eval () override |
Public Member Functions inherited from promise_rep< int > | |
promise_rep () | |
virtual | ~promise_rep () |
virtual tm_ostream & | print (tm_ostream &out) |
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. | |
Private Attributes | |
int | x |
int | y |
Additional Inherited Members | |
Public Attributes inherited from abstract_struct | |
int | ref_count |
The reference count for the abstract object. | |
Definition at line 12 of file promise_test.cpp.
|
inline |
Definition at line 17 of file promise_test.cpp.
|
inlineoverridevirtual |
|
private |
Definition at line 13 of file promise_test.cpp.
|
private |
Definition at line 14 of file promise_test.cpp.