blob: 8fbce65495a3938bcf6afae2640a81da45634c76 (
plain)
1
2
3
|
sp.disable_function.function("AwesomeClass::method1").drop();
sp.disable_function.function("method2").drop();
sp.disable_function.function("AwesomeClass::method3").param("a").value("pouet").drop();
|