xrmclasstostring(3) hpux man page | unix.com

Man Page: xrmclasstostring

Operating Environment: hpux

Section: 3

XrmClassToString()														XrmClassToString()

Name
  XrmClassToString - convert a quark to a string.

Synopsis
  #define XrmClassToString(class) XrmQuarkToString(class)
  char *XrmQuarkToString(quark)
	  XrmQuark quark;

Arguments
  quark     Specifies the quark for which the equivalent string is desired.

Returns
  The string.

Description
  XrmClassToString is an alias for XrmQuarkToString().	It returns the string for which the specified quark is serving as a shorthand symbol.
  The quark was earlier set to represent the string by XrmStringToQuark() or XrmStringToClass().  The string pointed to by the	return	value
  must	not  be  modified  or  freed,  because that string is in the data structure used by the resource manager for assigning quarks.	If no
  string exists for that quark, XrmClassToString returns NULL.

  Since the resource manager needs to make many comparisons of strings when it gets data from the database, it is more efficient  to  convert
  these strings into quarks, and to compare quarks instead.  Since quarks are represented by integers, comparing quarks is trivial.

  For more information, see Volume One, Chapter 13, Managing User Preferences.

Structures
     typedef int XrmQuark;

See Also
  XrmDestroyDatabase(),  XrmGetFileDatabase(),	XrmGetResource(),  XrmGetStringDatabase(), XrmInitialize(), XrmMergeDatabases(), XrmParseCom-
  mand(),  XrmPutFileDatabase(),  XrmPutLineResource(),  XrmPutResource(),  XrmPutStringResource(),  XrmQGetResource(),  XrmQGetSearchList(),
  XrmQGetSearchResource(),  XrmQPutResource(),	XrmQPutStringResource(),  XrmStringToBindingQuarkList(), XrmStringToQuarkList(), XrmStringTo-
  Quark(), XrmUniqueQuark().

Xlib - Resource Manager 													XrmClassToString()
Related Man Pages
xrmquarktostring(3) - debian
xrmstringtoquark(3) - debian
xrmstringtoquarklist(3) - debian
xrmstringtoquarklist(3x11) - ultrix
xrmpermstringtoquark(3) - suse
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
Is UNIX an open source OS ?
SAN Migration question
Tar Command