#include <PycArrayComH.h>
|
static void | toPy (void *to, const String *from, size_t nr) |
|
static void | fromPy (String *to, const void *from, size_t nr) |
|
static Array< String > | toArray (const IPosition &shape, void *data, bool copy) |
|
template<>
struct ArrayCopy< String >
Definition at line 72 of file PycArrayComH.h.
void ArrayCopy< String >::fromPy |
( |
String * |
to, |
|
|
const void * |
from, |
|
|
size_t |
nr |
|
) |
| |
|
static |
Array< String > ArrayCopy< String >::toArray |
( |
const IPosition & |
shape, |
|
|
void * |
data, |
|
|
bool |
copy |
|
) |
| |
|
static |
void ArrayCopy< String >::toPy |
( |
void * |
to, |
|
|
const String * |
from, |
|
|
size_t |
nr |
|
) |
| |
|
static |
The documentation for this struct was generated from the following files: