expose name of functionObjects

This commit is contained in:
mattijs
2009-07-21 17:28:27 +01:00
parent 18fef89f39
commit dedabab18f
5 changed files with 26 additions and 16 deletions

View File

@ -133,6 +133,9 @@ public:
//- Return true if the List is empty (ie, size() is zero).
using PtrList<functionObject>::empty;
//- Access to the functionObjects
using PtrList<functionObject>::operator[];
//- Clear the list of function objects
virtual void clear();