ENH: Release-notes-dev: updated for coded functionObject

This commit is contained in:
mattijs
2011-03-23 04:58:00 +00:00
parent 157d89f3de
commit 889b0a0488
4 changed files with 101 additions and 33 deletions

View File

@ -67,6 +67,11 @@ class ${typeName}FunctionObject
// Private Member Functions
const objectRegistry& obr() const
{
return obr_;
}
//- Disallow default bitwise copy construct
${typeName}FunctionObject(const ${typeName}FunctionObject&);