OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <string>
Go to the source code of this file.
Namespaces | |
be_util | |
Functions | |
void | be_util::prep_be_arg (char *s) |
Special BE arg call factored out of DRV_args. More... | |
void | be_util::arg_post_proc () |
Checks made after parsing args. More... | |
void | be_util::usage () |
Display usage of BE-specific options. More... | |
AST_Generator * | be_util::generator_init () |
Create an AST node generator. More... | |
const char * | be_util::dds_root () |
Get DDS_ROOT. It is a fatal error if it wasn't set. More... | |
void | be_util::misc_error_and_abort (const std::string &message, AST_Decl *node=0) |
Report a miscellaneous error and abort. More... | |