|
LPC Library Functions: this_object |
|
NAMEthis_object() - return the object pointer of the calling object
SYNOPSISobject this_object( void );
DESCRIPTIONReturn the object pointer of this object. This function is useful when an object wants to call functions that are not in the same source file but are in the same object (via inheritance).
SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|