+mixin¶
-
class
util.mixin.
Base
¶ Bases:
handle
BASE Summary of this class goes here Detailed explanation goes here
-
Base
()¶
-
delete
()¶
-
hash_generator
= 'util.HashGen()'¶
-
isdebug
()¶
-
-
class
util.mixin.
Enumeration
¶ Bases:
handle
Note: We drag along a public value (string representation) to be shown when calling ‘disp’ on an instance
-
char
()¶
-
eq
(A, B)¶
-
ge
(A, B)¶
-
gt
(A, B)¶
-
int32
()¶
-
le
(A, B)¶
-
lt
(A, B)¶
-
ne
(A, B)¶
-
uint32
()¶
-
value
= 'NaN'¶ exposed value
-
-
class
util.mixin.
Platform
¶ Bases:
handle
PLATFORM Adds static information on executing platform and environment. …
-
platform
= "struct( 'ismatlab', (exist('OCTAVE_VERSION', 'builtin') == 0), 'version', NaN )"¶
-
-
class
util.mixin.
Pointer
¶ Bases:
util.mixin.Base
POINTER Summary of this class goes here Detailed explanation goes here
-
delete
()¶
-
isdeletable
()¶
-
isempty
()¶
-
isowned
= 'true'¶
-
ref
= 'uint64([])'¶
-
-
class
util.mixin.
Vectorize
¶ Bases:
handle
VECTORIZE Adds capability to vectorize constructors. Vectorization is based on the first input argument. The remaining arguments are copied to the element-wise constructor.