|
OpenDDS
Snapshot(2023/04/28-20:55)
|
Functions | |
| void | prep_be_arg (char *s) |
| Special BE arg call factored out of DRV_args. More... | |
| void | arg_post_proc () |
| Checks made after parsing args. More... | |
| void | usage () |
| Display usage of BE-specific options. More... | |
| AST_Generator * | generator_init () |
| Create an AST node generator. More... | |
| const char * | dds_root () |
| Get DDS_ROOT. It is a fatal error if it wasn't set. More... | |
| void | misc_error_and_abort (const std::string &message, AST_Decl *node=0) |
| Report a miscellaneous error and abort. More... | |
| void be_util::arg_post_proc | ( | ) |
Checks made after parsing args.
| const char* be_util::dds_root | ( | ) |
Get DDS_ROOT. It is a fatal error if it wasn't set.
Referenced by BE_post_init().
| AST_Generator* be_util::generator_init | ( | ) |
Create an AST node generator.
| void be_util::misc_error_and_abort | ( | const std::string & | message, |
| AST_Decl * | node = 0 |
||
| ) |
Report a miscellaneous error and abort.
Referenced by marshal_generator::gen_enum(), typeobject_generator::generate_enum_type_identifier(), typeobject_generator::generate_primitive_type_identifier(), typeobject_generator::generate_type_identifier(), GeneratorBase::generateDefaultValue(), get_annotation_member_ev(), invalid_option(), GeneratorBase::map_type(), operator<<(), Annotations::operator[](), typeobject_generator::strong_connect(), and to_cxx_type().
| void be_util::prep_be_arg | ( | char * | s | ) |
Special BE arg call factored out of DRV_args.
| void be_util::usage | ( | ) |
Display usage of BE-specific options.
1.8.13