PointerTypeDescription-class {SWinTypeLibs} | R Documentation |
This is an extension of TypeDescription-class
for representing pointers or references to basic data types.
This provides a slot for representing the number of indirect
levels to the actual data type, or in other words, the depth
of the pointer.
Created in C code.
depth
:"integer"
the number
of indirect levels to the data structure.
For example, a pointer to a data type (e.g. type *
in C)
has depth 1. name
:
Class "TypeDescription"
, directly.
No methods defined with class "PointerTypeDescription" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs