class c4_IntRef : public c4_Reference

Used to get or set integer values.

Public members
c4_IntRef (const c4_Reference&);
Constructor
operator t4_i32 () const;
Get the value as long integer
c4_IntRef& operator= (t4_i32);
Set the value to the specified long integer


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