class c4_StringRef : public c4_Reference

Used to get or set string values.

Public members
c4_StringRef (const c4_Reference&);
Constructor
operator const char* () const;
Get the value as string
c4_StringRef& operator= (const char*);
Set the value to the specified string


Header file "mk4.h"   --   Dec 9, 1999
Derived from c4_Reference