#include <panoc-alm/util/problem.hpp>
Definition at line 219 of file include/panoc-alm/util/problem.hpp.
Inheritance diagram for ProblemWithCounters< ProblemT >:
Collaboration diagram for ProblemWithCounters< ProblemT >:Public Member Functions | |
| ProblemWithCounters (ProblemT &&p) | |
| ProblemWithCounters (const ProblemT &p) | |
| ProblemWithCounters (const ProblemWithCounters &)=delete | |
| ProblemWithCounters & | operator= (const ProblemWithCounters &)=delete |
| ProblemWithCounters (ProblemWithCounters &&)=default | |
| ProblemWithCounters & | operator= (ProblemWithCounters &&)=default |
Public Attributes | |
| std::shared_ptr< EvalCounter > | evaluations = std::make_shared<EvalCounter>() |
Static Private Member Functions | |
| static void | attach_counters (ProblemWithCounters &) |
|
inline |
Definition at line 221 of file include/panoc-alm/util/problem.hpp.
Here is the call graph for this function:
|
inline |
Definition at line 224 of file include/panoc-alm/util/problem.hpp.
Here is the call graph for this function:
|
delete |
|
default |
|
delete |
|
default |
|
staticprivate |
Definition at line 241 of file include/panoc-alm/util/problem.hpp.
Here is the caller graph for this function:| std::shared_ptr<EvalCounter> evaluations = std::make_shared<EvalCounter>() |
Definition at line 234 of file include/panoc-alm/util/problem.hpp.