PointerType

Extends the basic ArgumentType spec to handle pointer types

 

__init__(self, base_type): 
  • base_type: ArgumentType

    The base type we’re building off of

 

@property
ctypes_type(self): 

 

@property
cpp_type(self): 

 

@property
types(self): 

 

@property
dtypes(self): 

 

@property
typechar(self): 

 

isinstance(self, arg): 

 

cast(self, arg): 

 

c_cast(self, arg): 

 

__repr__(self): 

Feedback

Examples

Templates

Documentation