OpenDDS  Snapshot(2023/04/07-19:43)
Functions
be_util Namespace Reference

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...
 

Function Documentation

◆ arg_post_proc()

void be_util::arg_post_proc ( )

Checks made after parsing args.

◆ dds_root()

const char* be_util::dds_root ( )

Get DDS_ROOT. It is a fatal error if it wasn't set.

Referenced by BE_post_init().

◆ generator_init()

AST_Generator* be_util::generator_init ( )

Create an AST node generator.

◆ misc_error_and_abort()

void be_util::misc_error_and_abort ( const std::string &  message,
AST_Decl *  node = 0 
)

◆ prep_be_arg()

void be_util::prep_be_arg ( char *  s)

Special BE arg call factored out of DRV_args.

◆ usage()

void be_util::usage ( )

Display usage of BE-specific options.