|
Lolly 1.4.28
|
#include <unary_function.hpp>


Public Member Functions | |
| unary_function_rep () | |
| virtual | ~unary_function_rep () |
| virtual T | eval (const S &arg)=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 unary_function.hpp.
|
inline |
Definition at line 25 of file unary_function.hpp.
|
inlinevirtual |
Definition at line 26 of file unary_function.hpp.
|
pure virtual |