source: trunk/third/libIDL/libIDL.def @ 18251

Revision 18251, 2.0 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18250, which included commits to RCS files with non-trunk default branches.
Line 
1EXPORTS
2        IDL_check_type_cast
3        IDL_list_new
4        IDL_list_concat
5        IDL_list_remove
6        IDL_list_length
7        IDL_list_nth
8        IDL_gentree_new
9        IDL_gentree_new_sibling
10        IDL_gentree_chain_sibling
11        IDL_gentree_chain_child
12        IDL_integer_new
13        IDL_string_new
14        IDL_wide_string_new
15        IDL_char_new
16        IDL_wide_char_new
17        IDL_fixed_new
18        IDL_float_new
19        IDL_boolean_new
20        IDL_ident_new
21        IDL_queue_new_ident_comment
22        IDL_type_float_new
23        IDL_type_fixed_new
24        IDL_type_integer_new
25        IDL_type_char_new
26        IDL_type_wide_char_new
27        IDL_type_boolean_new
28        IDL_type_octet_new
29        IDL_type_any_new
30        IDL_type_object_new
31        IDL_type_typecode_new
32        IDL_type_string_new
33        IDL_type_wide_string_new
34        IDL_type_enum_new
35        IDL_type_array_new
36        IDL_type_sequence_new
37        IDL_type_struct_new
38        IDL_type_union_new
39        IDL_member_new
40        IDL_native_new
41        IDL_type_dcl_new
42        IDL_const_dcl_new
43        IDL_except_dcl_new
44        IDL_attr_dcl_new
45        IDL_op_dcl_new
46        IDL_param_dcl_new
47        IDL_case_stmt_new
48        IDL_interface_new
49        IDL_forward_dcl_new
50        IDL_module_new
51        IDL_binop_new
52        IDL_unaryop_new
53        IDL_codefrag_new
54        IDL_check_type_cast
55        IDL_get_libver_string
56        IDL_get_IDLver_string
57        IDL_parse_filename
58        IDL_parse_filename_with_input
59        IDL_ns_prefix
60        IDL_ns_ID
61        IDL_ns_version
62        IDL_inhibit_get
63        IDL_inhibit_push
64        IDL_inhibit_pop
65        IDL_file_set
66        IDL_file_get
67        IDL_get_parent_node
68        IDL_tree_get_scope
69        IDL_tree_get_node_info
70        IDL_tree_error
71        IDL_tree_warning
72        IDL_tree_property_get
73        IDL_tree_property_set
74        IDL_tree_property_remove
75        IDL_tree_properties_copy
76        IDL_tree_type_names
77        IDL_tree_remove_inhibits
78        IDL_tree_walk
79        IDL_tree_walk_in_order
80        IDL_tree_free
81        IDL_tree_to_IDL
82        IDL_do_escapes
83        IDL_resolve_const_exp
84        IDL_ns_new
85        IDL_ns_free
86        IDL_ns_resolve_this_scope_ident
87        IDL_ns_resolve_ident
88        IDL_ns_lookup_this_scope
89        IDL_ns_lookup_cur_scope
90        IDL_ns_place_new
91        IDL_ns_push_scope
92        IDL_ns_pop_scope
93        IDL_ns_qualified_ident_new
94        IDL_ns_ident_to_qstring
95        IDL_ns_scope_levels_from_here
96        IDL_ns_ident_make_repo_id
Note: See TracBrowser for help on using the repository browser.