|
idol
A C++ Framework for Optimization
|

Public Member Functions | |
| Lazy (const T &t_object, std::list< unsigned int >::iterator t_to_be_updated_flag) | |
| bool | has_impl () const |
| ImplT & | impl () |
| const ImplT & | impl () const |
| bool | is_to_be_updated () const |
| void | set_as_to_be_updated (std::list< unsigned int >::iterator t_flag) |
| void | set_as_updated () |
| std::list< unsignedint >::iterator | to_be_updated_flag () const |
| void | set_impl (ImplT &&t_impl) |
| const T & | object () const |
Definition at line 25 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 30 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 33 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 35 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 37 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 39 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 49 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 41 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 43 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 47 of file OptimizerWithLazyUpdates.h.
|
inline |
Definition at line 45 of file OptimizerWithLazyUpdates.h.