Typedefs | |
typedef unsigned long | cppyy_exctype_t |
typedef void * | cppyy_funcaddr_t |
typedef size_t | cppyy_index_t |
typedef intptr_t | cppyy_method_t |
typedef void * | cppyy_object_t |
typedef size_t | cppyy_scope_t |
typedef cppyy_scope_t | cppyy_type_t |
typedef unsigned long cppyy_exctype_t |
typedef void* cppyy_funcaddr_t |
typedef size_t cppyy_index_t |
typedef intptr_t cppyy_method_t |
typedef void* cppyy_object_t |
typedef size_t cppyy_scope_t |
typedef cppyy_scope_t cppyy_type_t |
cppyy_type_t cppyy_actual_class | ( | cppyy_type_t | klass, |
cppyy_object_t | obj | ||
) |
Definition at line 2329 of file clingwrapper.cxx.
void cppyy_add_smartptr_type | ( | const char * | type_name | ) |
Definition at line 2600 of file clingwrapper.cxx.
cppyy_object_t cppyy_allocate | ( | cppyy_type_t | type | ) |
Definition at line 2343 of file clingwrapper.cxx.
void * cppyy_allocate_function_args | ( | int | nargs | ) |
Definition at line 2492 of file clingwrapper.cxx.
char * cppyy_base_name | ( | cppyy_type_t | type, |
int | base_index | ||
) |
Definition at line 2584 of file clingwrapper.cxx.
ptrdiff_t cppyy_base_offset | ( | cppyy_type_t | derived, |
cppyy_type_t | base, | ||
cppyy_object_t | address, | ||
int | direction | ||
) |
Definition at line 2606 of file clingwrapper.cxx.
unsigned char cppyy_call_b | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2384 of file clingwrapper.cxx.
char cppyy_call_c | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2391 of file clingwrapper.cxx.
double cppyy_call_d | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2433 of file clingwrapper.cxx.
float cppyy_call_f | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2426 of file clingwrapper.cxx.
short cppyy_call_h | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2398 of file clingwrapper.cxx.
int cppyy_call_i | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2405 of file clingwrapper.cxx.
long cppyy_call_l | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2412 of file clingwrapper.cxx.
long double cppyy_call_ld | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2440 of file clingwrapper.cxx.
long long cppyy_call_ll | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2419 of file clingwrapper.cxx.
double cppyy_call_nld | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2447 of file clingwrapper.cxx.
cppyy_object_t cppyy_call_o | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args, | ||
cppyy_type_t | result_type | ||
) |
Definition at line 2478 of file clingwrapper.cxx.
void * cppyy_call_r | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2451 of file clingwrapper.cxx.
char * cppyy_call_s | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args, | ||
size_t * | length | ||
) |
Definition at line 2458 of file clingwrapper.cxx.
void cppyy_call_v | ( | cppyy_method_t | method, |
cppyy_object_t | self, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2378 of file clingwrapper.cxx.
cppyy_object_t cppyy_charp2stdstring | ( | const char * | str, |
size_t | sz | ||
) |
Definition at line 2819 of file clingwrapper.cxx.
int cppyy_compile | ( | const char * | code | ) |
Definition at line 2311 of file clingwrapper.cxx.
cppyy_object_t cppyy_construct | ( | cppyy_type_t | type | ) |
Definition at line 2351 of file clingwrapper.cxx.
cppyy_object_t cppyy_constructor | ( | cppyy_method_t | method, |
cppyy_type_t | klass, | ||
int | nargs, | ||
void * | args | ||
) |
Definition at line 2466 of file clingwrapper.cxx.
int cppyy_datamember_index | ( | cppyy_scope_t | scope, |
const char * | name | ||
) |
Definition at line 2754 of file clingwrapper.cxx.
char * cppyy_datamember_name | ( | cppyy_scope_t | scope, |
int | datamember_index | ||
) |
Definition at line 2742 of file clingwrapper.cxx.
intptr_t cppyy_datamember_offset | ( | cppyy_scope_t | scope, |
int | datamember_index | ||
) |
Definition at line 2750 of file clingwrapper.cxx.
char * cppyy_datamember_type | ( | cppyy_scope_t | scope, |
int | datamember_index | ||
) |
Definition at line 2746 of file clingwrapper.cxx.
void cppyy_deallocate | ( | cppyy_type_t | type, |
cppyy_object_t | self | ||
) |
Definition at line 2347 of file clingwrapper.cxx.
void cppyy_deallocate_function_args | ( | void * | args | ) |
Definition at line 2497 of file clingwrapper.cxx.
void cppyy_destruct | ( | cppyy_type_t | type, |
cppyy_object_t | self | ||
) |
Definition at line 2355 of file clingwrapper.cxx.
void cppyy_destructor | ( | cppyy_type_t | type, |
cppyy_object_t | self | ||
) |
Definition at line 2474 of file clingwrapper.cxx.
void cppyy_double2longdouble | ( | double | d, |
void * | p | ||
) |
Definition at line 2836 of file clingwrapper.cxx.
int cppyy_exists_method_template | ( | cppyy_scope_t | scope, |
const char * | name | ||
) |
Definition at line 2698 of file clingwrapper.cxx.
char * cppyy_final_name | ( | cppyy_type_t | type | ) |
Definition at line 2560 of file clingwrapper.cxx.
void cppyy_free | ( | void * | ptr | ) |
Definition at line 2815 of file clingwrapper.cxx.
cppyy_funcaddr_t cppyy_function_address | ( | cppyy_method_t | method | ) |
Definition at line 2486 of file clingwrapper.cxx.
size_t cppyy_function_arg_sizeof | ( | ) |
Definition at line 2501 of file clingwrapper.cxx.
size_t cppyy_function_arg_typeoffset | ( | ) |
Definition at line 2505 of file clingwrapper.cxx.
const char ** cppyy_get_all_cpp_names | ( | cppyy_scope_t | scope, |
size_t * | count | ||
) |
Definition at line 2531 of file clingwrapper.cxx.
int cppyy_get_dimension_size | ( | cppyy_scope_t | scope, |
cppyy_index_t | idata, | ||
int | dimension | ||
) |
Definition at line 2781 of file clingwrapper.cxx.
cppyy_index_t cppyy_get_global_operator | ( | cppyy_scope_t | scope, |
cppyy_scope_t | lc, | ||
cppyy_scope_t | rc, | ||
const char * | op | ||
) |
Definition at line 2710 of file clingwrapper.cxx.
cppyy_method_t cppyy_get_method | ( | cppyy_scope_t | scope, |
cppyy_index_t | idx | ||
) |
Definition at line 2629 of file clingwrapper.cxx.
cppyy_method_t cppyy_get_method_template | ( | cppyy_scope_t | scope, |
const char * | name, | ||
const char * | proto | ||
) |
Definition at line 2706 of file clingwrapper.cxx.
int cppyy_get_num_templated_methods | ( | cppyy_scope_t | scope | ) |
Definition at line 2686 of file clingwrapper.cxx.
cppyy_scope_t cppyy_get_scope | ( | const char * | scope_name | ) |
Definition at line 2325 of file clingwrapper.cxx.
char * cppyy_get_templated_method_name | ( | cppyy_scope_t | scope, |
cppyy_index_t | imeth | ||
) |
Definition at line 2690 of file clingwrapper.cxx.
cppyy_index_t * cppyy_get_using_namespaces | ( | cppyy_scope_t | scope | ) |
Definition at line 2546 of file clingwrapper.cxx.
int cppyy_has_complex_hierarchy | ( | cppyy_type_t | type | ) |
Definition at line 2572 of file clingwrapper.cxx.
int cppyy_has_virtual_destructor | ( | cppyy_type_t | type | ) |
Definition at line 2568 of file clingwrapper.cxx.
int cppyy_is_abstract | ( | cppyy_type_t | type | ) |
Definition at line 2519 of file clingwrapper.cxx.
int cppyy_is_aggregate | ( | cppyy_type_t | type | ) |
Definition at line 2527 of file clingwrapper.cxx.
int cppyy_is_const_data | ( | cppyy_scope_t | scope, |
cppyy_index_t | idata | ||
) |
Definition at line 2773 of file clingwrapper.cxx.
int cppyy_is_const_method | ( | cppyy_method_t | method | ) |
Definition at line 2682 of file clingwrapper.cxx.
int cppyy_is_constructor | ( | cppyy_method_t | method | ) |
Definition at line 2724 of file clingwrapper.cxx.
int cppyy_is_destructor | ( | cppyy_method_t | method | ) |
Definition at line 2728 of file clingwrapper.cxx.
int cppyy_is_enum | ( | const char * | type_name | ) |
Definition at line 2523 of file clingwrapper.cxx.
int cppyy_is_enum_data | ( | cppyy_scope_t | scope, |
cppyy_index_t | idata | ||
) |
Definition at line 2777 of file clingwrapper.cxx.
int cppyy_is_namespace | ( | cppyy_scope_t | scope | ) |
Definition at line 2511 of file clingwrapper.cxx.
int cppyy_is_publicdata | ( | cppyy_type_t | type, |
cppyy_index_t | datamember_index | ||
) |
Definition at line 2761 of file clingwrapper.cxx.
int cppyy_is_publicmethod | ( | cppyy_method_t | method | ) |
Definition at line 2716 of file clingwrapper.cxx.
int cppyy_is_smartptr | ( | cppyy_type_t | type | ) |
Definition at line 2592 of file clingwrapper.cxx.
int cppyy_is_staticdata | ( | cppyy_type_t | type, |
cppyy_index_t | datamember_index | ||
) |
Definition at line 2769 of file clingwrapper.cxx.
int cppyy_is_staticmethod | ( | cppyy_method_t | method | ) |
Definition at line 2732 of file clingwrapper.cxx.
int cppyy_is_subtype | ( | cppyy_type_t | derived, |
cppyy_type_t | base | ||
) |
Definition at line 2588 of file clingwrapper.cxx.
int cppyy_is_template | ( | const char * | template_name | ) |
Definition at line 2515 of file clingwrapper.cxx.
double cppyy_longdouble2double | ( | void * | p | ) |
Definition at line 2832 of file clingwrapper.cxx.
char * cppyy_method_arg_default | ( | cppyy_method_t | method, |
int | arg_index | ||
) |
Definition at line 2665 of file clingwrapper.cxx.
char * cppyy_method_arg_name | ( | cppyy_method_t | method, |
int | arg_index | ||
) |
Definition at line 2657 of file clingwrapper.cxx.
char * cppyy_method_arg_type | ( | cppyy_method_t | method, |
int | arg_index | ||
) |
Definition at line 2661 of file clingwrapper.cxx.
char * cppyy_method_full_name | ( | cppyy_method_t | method | ) |
Definition at line 2637 of file clingwrapper.cxx.
cppyy_index_t * cppyy_method_indices_from_name | ( | cppyy_scope_t | scope, |
const char * | name | ||
) |
Definition at line 2616 of file clingwrapper.cxx.
int cppyy_method_is_template | ( | cppyy_scope_t | scope, |
cppyy_index_t | idx | ||
) |
Definition at line 2702 of file clingwrapper.cxx.
char * cppyy_method_mangled_name | ( | cppyy_method_t | method | ) |
Definition at line 2641 of file clingwrapper.cxx.
char * cppyy_method_name | ( | cppyy_method_t | method | ) |
Definition at line 2633 of file clingwrapper.cxx.
int cppyy_method_num_args | ( | cppyy_method_t | method | ) |
Definition at line 2649 of file clingwrapper.cxx.
char * cppyy_method_prototype | ( | cppyy_scope_t | scope, |
cppyy_method_t | method, | ||
int | show_formalargs | ||
) |
Definition at line 2677 of file clingwrapper.cxx.
int cppyy_method_req_args | ( | cppyy_method_t | method | ) |
Definition at line 2653 of file clingwrapper.cxx.
char * cppyy_method_result_type | ( | cppyy_method_t | method | ) |
Definition at line 2645 of file clingwrapper.cxx.
char * cppyy_method_signature | ( | cppyy_method_t | method, |
int | show_formalargs | ||
) |
Definition at line 2669 of file clingwrapper.cxx.
char * cppyy_method_signature_max | ( | cppyy_method_t | method, |
int | show_formalargs, | ||
int | maxargs | ||
) |
Definition at line 2673 of file clingwrapper.cxx.
int cppyy_num_bases | ( | cppyy_type_t | type | ) |
Definition at line 2576 of file clingwrapper.cxx.
int cppyy_num_bases_longest_branch | ( | cppyy_type_t | type | ) |
Definition at line 2580 of file clingwrapper.cxx.
int cppyy_num_datamembers | ( | cppyy_scope_t | scope | ) |
Definition at line 2738 of file clingwrapper.cxx.
int cppyy_num_methods | ( | cppyy_scope_t | scope | ) |
Definition at line 2612 of file clingwrapper.cxx.
char * cppyy_resolve_enum | ( | const char * | enum_type | ) |
Definition at line 2321 of file clingwrapper.cxx.
char * cppyy_resolve_name | ( | const char * | cppitem_name | ) |
Definition at line 2317 of file clingwrapper.cxx.
char * cppyy_scoped_final_name | ( | cppyy_type_t | type | ) |
Definition at line 2564 of file clingwrapper.cxx.
size_t cppyy_size_of_klass | ( | cppyy_type_t | klass | ) |
Definition at line 2333 of file clingwrapper.cxx.
size_t cppyy_size_of_type | ( | const char * | type_name | ) |
Definition at line 2337 of file clingwrapper.cxx.
int cppyy_smartptr_info | ( | const char * | name, |
cppyy_type_t * | raw, | ||
cppyy_method_t * | deref | ||
) |
Definition at line 2596 of file clingwrapper.cxx.
const char * cppyy_stdstring2charp | ( | cppyy_object_t | ptr, |
size_t * | lsz | ||
) |
Definition at line 2823 of file clingwrapper.cxx.
cppyy_object_t cppyy_stdstring2stdstring | ( | cppyy_object_t | ptr | ) |
Definition at line 2828 of file clingwrapper.cxx.
long long cppyy_strtoll | ( | const char * | str | ) |
Definition at line 2804 of file clingwrapper.cxx.
unsigned long long cppyy_strtoull | ( | const char * | str | ) |
Definition at line 2809 of file clingwrapper.cxx.
int cppyy_vectorbool_getitem | ( | cppyy_object_t | ptr, |
int | idx | ||
) |
Definition at line 2840 of file clingwrapper.cxx.
void cppyy_vectorbool_setitem | ( | cppyy_object_t | ptr, |
int | idx, | ||
int | value | ||
) |
Definition at line 2844 of file clingwrapper.cxx.