* Returns the parameters. * Const cast here to clean up the caller's interface ( and java would force the loss of const ) */
| 59 | * Const cast here to clean up the caller's interface ( and java would force the loss of const ) |
| 60 | */ |
| 61 | const char *getParameters() const { |
| 62 | return params_.c_str(); |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Returns the function pointer. can't be const. |