dlvhex
2.5.0
|
#include <include/dlvhex2/LiberalSafetyChecker.h>
Public Types | |
typedef boost::shared_ptr < LiberalSafetyPluginFactory > | Ptr |
Public Member Functions | |
virtual LiberalSafetyPluginPtr | create (LiberalSafetyChecker &lsc)=0 |
Instantiates LiberalSafetyPlugin. |
Definition at line 82 of file LiberalSafetyChecker.h.
typedef boost::shared_ptr<LiberalSafetyPluginFactory> LiberalSafetyPluginFactory::Ptr |
Definition at line 89 of file LiberalSafetyChecker.h.
virtual LiberalSafetyPluginPtr LiberalSafetyPluginFactory::create | ( | LiberalSafetyChecker & | lsc | ) | [pure virtual] |
Instantiates LiberalSafetyPlugin.
lsc | Instance of LiberalSafetyChecker. |