#include <be_global.h>
◆ BE_GlobalData()
BE_GlobalData::BE_GlobalData |
( |
| ) |
|
◆ ~BE_GlobalData()
BE_GlobalData::~BE_GlobalData |
( |
| ) |
|
|
virtual |
◆ allow_duplicate_typedefs() [1/2]
bool BE_GlobalData::allow_duplicate_typedefs |
( |
| ) |
const |
◆ allow_duplicate_typedefs() [2/2]
void BE_GlobalData::allow_duplicate_typedefs |
( |
bool | val | ) |
|
◆ destroy()
void BE_GlobalData::destroy |
( |
| ) |
|
◆ do_included_files() [1/2]
bool BE_GlobalData::do_included_files |
( |
| ) |
const |
◆ do_included_files() [2/2]
void BE_GlobalData::do_included_files |
( |
bool | val | ) |
|
◆ enable_locking() [1/2]
bool BE_GlobalData::enable_locking |
( |
| ) |
const |
◆ enable_locking() [2/2]
void BE_GlobalData::enable_locking |
( |
bool | value | ) |
|
◆ filename() [1/2]
const char * BE_GlobalData::filename |
( |
| ) |
const |
◆ filename() [2/2]
void BE_GlobalData::filename |
( |
char * | fname | ) |
|
◆ ifr_scopes()
◆ orb() [1/2]
◆ orb() [2/2]
◆ orb_args() [1/2]
◆ orb_args() [2/2]
void BE_GlobalData::orb_args |
( |
const ACE_CString & | args | ) |
|
◆ parse_args()
void BE_GlobalData::parse_args |
( |
long & | i, |
|
|
char ** | av ) |
Parse an argument that might affect the backend.
◆ removing() [1/2]
bool BE_GlobalData::removing |
( |
| ) |
const |
◆ removing() [2/2]
void BE_GlobalData::removing |
( |
bool | value | ) |
|
◆ repository() [1/2]
CORBA::Repository_ptr BE_GlobalData::repository |
( |
| ) |
const |
◆ repository() [2/2]
void BE_GlobalData::repository |
( |
CORBA::Repository_ptr | repo | ) |
|
◆ spawn_options()
Command line passed to ACE_Process::spawn. Different implementations in IDL and IFR backends.
◆ allow_duplicate_typedefs_
bool BE_GlobalData::allow_duplicate_typedefs_ |
|
private |
Option to enable duplicate typedefs in parsed IDL.
◆ do_included_files_
bool BE_GlobalData::do_included_files_ |
|
private |
Option to process included IDL files.
◆ enable_locking_
bool BE_GlobalData::enable_locking_ |
|
private |
Option to lock at the IDL file level.
◆ filename_
char* BE_GlobalData::filename_ |
|
private |
Name of the IDL file we are processing.
◆ holding_scope_name_
Must be something unlikely to clash.
◆ ifr_scopes_
◆ orb_
◆ orb_args_
Holder for -ORB args saved and passed to DRV_fork.
◆ removing_
bool BE_GlobalData::removing_ |
|
private |
Are we removing IR objects from the repository?
◆ repository_
CORBA::Repository_var BE_GlobalData::repository_ |
|
private |
Reference to the interface repository.
The documentation for this class was generated from the following files: