DUECA/DUSIME
|
Convert a given class name to avoid special characters. More...
#include <PythonCorrectedName.hxx>
Public Member Functions | |
PythonCorrectedName (const char *given) | |
Constructor. | |
const char * | c_str () const |
Return the converted/checked name. | |
Convert a given class name to avoid special characters.
PythonCorrectedName::PythonCorrectedName | ( | const char * | given | ) |
Constructor.
given | Raw name for the Python object |