CCAFFEINE  0.8.8
Public Attributes
ccaffeine_TypeMap__post_epv Struct Reference

List of all members.

Public Attributes

void(* f_initialize_post )(struct ccaffeine_TypeMap__object *self, void *opaque_TypeMap_addr, struct sidl_BaseInterface__object **_ex)
void(* f_cloneTypeMap_post )(struct ccaffeine_TypeMap__object *self, struct gov_cca_TypeMap__object *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_cloneEmpty_post )(struct ccaffeine_TypeMap__object *self, struct gov_cca_TypeMap__object *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getInt_post )(struct ccaffeine_TypeMap__object *self, const char *key, int32_t dflt, int32_t _retval, struct sidl_BaseInterface__object **_ex)
void(* f_getLong_post )(struct ccaffeine_TypeMap__object *self, const char *key, int64_t dflt, int64_t _retval, struct sidl_BaseInterface__object **_ex)
void(* f_getFloat_post )(struct ccaffeine_TypeMap__object *self, const char *key, float dflt, float _retval, struct sidl_BaseInterface__object **_ex)
void(* f_getDouble_post )(struct ccaffeine_TypeMap__object *self, const char *key, double dflt, double _retval, struct sidl_BaseInterface__object **_ex)
void(* f_getFcomplex_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_fcomplex dflt, struct sidl_fcomplex _retval, struct sidl_BaseInterface__object **_ex)
void(* f_getDcomplex_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_dcomplex dflt, struct sidl_dcomplex _retval, struct sidl_BaseInterface__object **_ex)
void(* f_getString_post )(struct ccaffeine_TypeMap__object *self, const char *key, const char *dflt, const char *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getBool_post )(struct ccaffeine_TypeMap__object *self, const char *key, sidl_bool dflt, sidl_bool _retval, struct sidl_BaseInterface__object **_ex)
void(* f_getIntArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_int__array *dflt, struct sidl_int__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getLongArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_long__array *dflt, struct sidl_long__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getFloatArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_float__array *dflt, struct sidl_float__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getDoubleArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_double__array *dflt, struct sidl_double__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getFcomplexArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_fcomplex__array *dflt, struct sidl_fcomplex__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getDcomplexArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_dcomplex__array *dflt, struct sidl_dcomplex__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getStringArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_string__array *dflt, struct sidl_string__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_getBoolArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_bool__array *dflt, struct sidl_bool__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_putInt_post )(struct ccaffeine_TypeMap__object *self, const char *key, int32_t value, struct sidl_BaseInterface__object **_ex)
void(* f_putLong_post )(struct ccaffeine_TypeMap__object *self, const char *key, int64_t value, struct sidl_BaseInterface__object **_ex)
void(* f_putFloat_post )(struct ccaffeine_TypeMap__object *self, const char *key, float value, struct sidl_BaseInterface__object **_ex)
void(* f_putDouble_post )(struct ccaffeine_TypeMap__object *self, const char *key, double value, struct sidl_BaseInterface__object **_ex)
void(* f_putFcomplex_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_fcomplex value, struct sidl_BaseInterface__object **_ex)
void(* f_putDcomplex_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_dcomplex value, struct sidl_BaseInterface__object **_ex)
void(* f_putString_post )(struct ccaffeine_TypeMap__object *self, const char *key, const char *value, struct sidl_BaseInterface__object **_ex)
void(* f_putBool_post )(struct ccaffeine_TypeMap__object *self, const char *key, sidl_bool value, struct sidl_BaseInterface__object **_ex)
void(* f_putIntArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_int__array *value, struct sidl_BaseInterface__object **_ex)
void(* f_putLongArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_long__array *value, struct sidl_BaseInterface__object **_ex)
void(* f_putFloatArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_float__array *value, struct sidl_BaseInterface__object **_ex)
void(* f_putDoubleArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_double__array *value, struct sidl_BaseInterface__object **_ex)
void(* f_putFcomplexArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_fcomplex__array *value, struct sidl_BaseInterface__object **_ex)
void(* f_putDcomplexArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_dcomplex__array *value, struct sidl_BaseInterface__object **_ex)
void(* f_putStringArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_string__array *value, struct sidl_BaseInterface__object **_ex)
void(* f_putBoolArray_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_bool__array *value, struct sidl_BaseInterface__object **_ex)
void(* f_remove_post )(struct ccaffeine_TypeMap__object *self, const char *key, struct sidl_BaseInterface__object **_ex)
void(* f_getAllKeys_post )(struct ccaffeine_TypeMap__object *self, int64_t t, struct sidl_string__array *_retval, struct sidl_BaseInterface__object **_ex)
void(* f_hasKey_post )(struct ccaffeine_TypeMap__object *self, const char *key, sidl_bool _retval, struct sidl_BaseInterface__object **_ex)
void(* f_typeOf_post )(struct ccaffeine_TypeMap__object *self, const char *key, int64_t _retval, struct sidl_BaseInterface__object **_ex)

The documentation for this struct was generated from the following file: