C++ conversion from string to object identifier
- by 104250004363501275012
I'm writing a program in C++ that reads in some data from an external file in order to set the values of static variables.
Is it possible to convert a string to an object identifier? (e.g. convert the string "CheckBox::Unchecked" into and identifier for the object CheckBox::unchecked)