PointerTypeDescription-class | 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
:Object of class "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
:the name of the base type to which this is a pointer.
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
TypeDescription-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.