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