Variable Type
In this document some variable types are mentioned as C language data types.
Their equivalent Python types are in the following table.
C |
Python |
|---|---|
long |
int |
size_t |
int |
short |
int |
vector |
List |
In this document some variable types are mentioned as C language data types.
Their equivalent Python types are in the following table.
C |
Python |
|---|---|
long |
int |
size_t |
int |
short |
int |
vector |
List |