namespace libsecond_1_1
[No description available]
Functions
Name | |
---|---|
def | initialize(a a) |
def | someFunction() |
def | hiddenFunction(x x) |
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 hiddenFunction
def hiddenFunction(
x x
)
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.1: ";
Updated on 2022-08-03 at 12:58:04 +0000