Public Member Functions | |
| template<class SomeLhs, class SomeRhs> | |
| void | Add (ResultType(*pFun)(BaseLhs &, BaseRhs &)) |
| template<class SomeLhs, class SomeRhs, ResultType(*)(SomeLhs &, SomeRhs &) callback> | |
| void | Add () |
| template<class SomeLhs, class SomeRhs, ResultType(*)(SomeLhs &, SomeRhs &) callback, bool symmetric> | |
| void | Add (bool=true) |
| template<class SomeLhs, class SomeRhs> | |
| void | Remove () |
| ResultType | Go (BaseLhs &lhs, BaseRhs &rhs) |
Definition at line 255 of file MultiMethods.h.
1.5.1-p1