Proxy of C++ uchar_array class.
|
| | __init__ (self, "size_t" nelements) |
| | init(self, nelements) -> uchar_array
|
| |
| "uchar" | __getitem__ (self, "size_t" index) |
| | getitem(self, index) -> uchar
|
| |
| "void" | __setitem__ (self, "size_t" index, "uchar" value) |
| | setitem(self, index, value)
|
| |
| "uchar *" | cast (self) |
| | cast(self) -> uchar *
|
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
"size_t" | nelements ) |
◆ __getitem__()
| "uchar" __getitem__ |
( |
| self, |
|
|
"size_t" | index ) |
◆ __setitem__()
| "void" __setitem__ |
( |
| self, |
|
|
"size_t" | index, |
|
|
"uchar" | value ) |
◆ cast()
◆ frompointer()
| "uchar_array *" frompointer |
( |
"uchar *" | t | ) |
|
|
static |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: