namespace libsecond_1_0
[No description available]
Functions
Name | |
---|---|
def | initialize(a a) |
def | someFunction() |
def | returnResult() |
Attributes
Name | |
---|---|
int | array_length |
int | someInt |
int | someDouble |
list | someVector |
bool | isInitialized |
string | prefix |
Functions Documentation
function initialize
def initialize(
a a
)
function someFunction
def someFunction()
function returnResult
def returnResult()
Attributes Documentation
variable array_length
int array_length = 10;
variable someInt
int someInt = 0;
variable someDouble
int someDouble = 0;
variable someVector
list someVector = [];
variable isInitialized
bool isInitialized = False;
variable prefix
string prefix = "libsecond 1.0: ";
Updated on 2022-08-03 at 12:57:55 +0000