libdom
|
Classes | |
struct | dom_type_info |
Functions | |
dom_exception | _dom_type_info_get_type_name (dom_type_info *ti, dom_string **ret) |
dom_exception | _dom_type_info_get_type_namespace (dom_type_info *ti, dom_string **ret) |
dom_exception | _dom_type_info_is_derived (dom_type_info *ti, dom_string *namespace, dom_string *name, dom_type_info_derivation_method method, bool *ret) |
dom_exception _dom_type_info_get_type_name | ( | dom_type_info * | ti, |
dom_string ** | ret ) |
Get the type name of this dom_type_info
ti | The dom_type_info |
ret | The name |
We don't support this API now, so this function call always return DOM_NOT_SUPPORTED_ERR.
dom_exception _dom_type_info_get_type_namespace | ( | dom_type_info * | ti, |
dom_string ** | ret ) |
Get the namespace of this type info
ti | The dom_type_info |
ret | The namespace |
We don't support this API now, so this function call always return DOM_NOT_SUPPORTED_ERR.
dom_exception _dom_type_info_is_derived | ( | dom_type_info * | ti, |
dom_string * | namespace, | ||
dom_string * | name, | ||
dom_type_info_derivation_method | method, | ||
bool * | ret ) |
Whether this type info is derived from another one
ti | The dom_type_info |
namespace | The namespace of name |
name | The name of the base typeinfo |
method | The deriving method |
ret | The return value |
We don't support this API now, so this function call always return DOM_NOT_SUPPORTED_ERR.