ENH: Time: access to libs

This commit is contained in:
mattijs
2011-10-24 21:33:51 +01:00
parent cd64f1762f
commit 7f5112a8de

View File

@ -416,6 +416,12 @@ public:
return functionObjects_;
}
//- External access to the loaded libraries
const dlLibraryTable& libs() const
{
return libs_;
}
//- External access to the loaded libraries
dlLibraryTable& libs()
{