X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=src%2Fsortaction.h;h=5b810500c2dbea3ab454415eb0cebc17361efea8;hb=97b75639e059f35874dd8f71f86cb36f6ec4e4a4;hp=c56d0ee42a304bdf26db992f36d4c61a5f374f7a;hpb=efe42ca948704593c847996d0ae8da71d15bb75b;p=germs.git diff --git a/src/sortaction.h b/src/sortaction.h index c56d0ee..5b81050 100644 --- a/src/sortaction.h +++ b/src/sortaction.h @@ -101,6 +101,13 @@ class SortAction{ std::string toString() const{ return _action->toString(); } + + /** + * Gives access to the implementation + */ + const SortActionImpl& impl() const{ + return *_action; + } private: ActionPointer _action;