setClassName
Sets the name of the class. It is useful for diagnostic purposes to be able to get a string representation of the name of the class to which an object belongs.
void setClassName(const char* className)
- className
- The name of the class. For example, if you create a class MyTempStore that is a specialization of IccTempStore, you might call setClassName("MyTempStore").