gramods
|
General pointer setter, templated to determine the type of the pointer. More...
#include <OFactory.hh>
Public Member Functions | |
PointerSetter (void(Node::*m)(std::shared_ptr< T > ptr)) | |
void | setPointer (Object *n, std::shared_ptr< Object > ptr) const |
Public Attributes | |
void(Node::* | method )(std::shared_ptr< T > ptr) |
General pointer setter, templated to determine the type of the pointer.