* Gets the name of the object. * @return class name of processor */
| 34 | * @return class name of processor |
| 35 | */ |
| 36 | virtual std::string getName() { |
| 37 | return "PyProcFactory"; |
| 38 | } |
| 39 | |
| 40 | virtual std::string getClassName() { |
| 41 | return "PyProcFactory"; |
no outgoing calls
no test coverage detected