ImqString

Figure 24. ImqString class
A Booch class diagram showing the ImqString class and its parent class, ImqItem.

This class provides character string storage and manipulation for null-terminated strings. Use an ImqString in place of a char * in most situations where a parameter calls for a char *.