Article # 236, added by Geoworks, historical record
| first | previous | index | next | last |

How to get string of ClassStruct?



Q. Is there any convenient way I can find out the ClassStruct 
   of a class given its name as a string?

   e.g.:
       ClassStruct * cs = foo( "ConverterClass" ); 

A. I'm afraid not, as the compiler doesn't store the names of the class
   (or any other compile-time symbol, for that matter) in any run-time
   location.