Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
gen2.ClassProp Class Reference
Inheritance diagram for gen2.ClassProp:

Public Member Functions

 __init__ (self, decl)

Public Attributes

 tp = decl[0].replace("*", "_ptr")
 name = decl[1]
bool readonly = True

Detailed Description

Definition at line 250 of file gen2.py.

Constructor & Destructor Documentation

◆ __init__()

gen2.ClassProp.__init__ ( self,
decl )

Definition at line 251 of file gen2.py.

Member Data Documentation

◆ name

◆ readonly

bool gen2.ClassProp.readonly = True

Definition at line 254 of file gen2.py.

◆ tp

gen2.ClassProp.tp = decl[0].replace("*", "_ptr")

Definition at line 252 of file gen2.py.

Referenced by gen2.ArgInfo.isbig().