Skip to content
Snippets Groups Projects
Commit f83975a7 authored by Henry Weller's avatar Henry Weller
Browse files

functionObjects: Moved into the functionObjects namespace and rationalized and...

functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction

Rather than requiring each functionObject to handle failed construction
internally (using the active_ flag) the static member function "viable"
is provided which returns true if construction of the functionObject is
likely to be successful.  Failed construction is then handled by the
wrapper-class which constructs the functionObject,
e.g. "OutputFilterFunctionObject".
parent 66a6700a
Branches
Tags
1 merge request!60Merge foundation
Showing
with 204 additions and 143 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment