Manages the options for the ACE Name_Server.
More...
#include <Naming_Context.h>
Manages the options for the ACE Name_Server.
◆ ACE_Name_Options()
ACE_Name_Options::ACE_Name_Options |
( |
void |
| ) |
|
◆ ~ACE_Name_Options()
ACE_Name_Options::~ACE_Name_Options |
( |
void |
| ) |
|
◆ base_address() [1/2]
void ACE_Name_Options::base_address |
( |
char * |
address | ) |
|
Set base address of the underlying allocator.
◆ base_address() [2/2]
char * ACE_Name_Options::base_address |
( |
void |
| ) |
|
Get base address of the underlying allocator.
◆ context() [1/2]
◆ context() [2/2]
◆ database() [1/2]
void ACE_Name_Options::database |
( |
const ACE_TCHAR * |
db | ) |
|
◆ database() [2/2]
const ACE_TCHAR * ACE_Name_Options::database |
( |
void |
| ) |
|
◆ debug()
bool ACE_Name_Options::debug |
( |
void |
| ) |
|
|
inline |
◆ nameserver_host() [1/2]
void ACE_Name_Options::nameserver_host |
( |
const ACE_TCHAR * |
host | ) |
|
◆ nameserver_host() [2/2]
const ACE_TCHAR * ACE_Name_Options::nameserver_host |
( |
void |
| ) |
|
◆ nameserver_port() [1/2]
void ACE_Name_Options::nameserver_port |
( |
int |
port | ) |
|
◆ nameserver_port() [2/2]
int ACE_Name_Options::nameserver_port |
( |
void |
| ) |
|
◆ namespace_dir() [1/2]
void ACE_Name_Options::namespace_dir |
( |
const ACE_TCHAR * |
dir | ) |
|
Set name space directory.
◆ namespace_dir() [2/2]
const ACE_TCHAR * ACE_Name_Options::namespace_dir |
( |
void |
| ) |
|
|
inline |
Get name space directory.
◆ parse_args()
void ACE_Name_Options::parse_args |
( |
int |
argc, |
|
|
ACE_TCHAR * |
argv[] |
|
) |
| |
◆ process_name() [1/2]
void ACE_Name_Options::process_name |
( |
const ACE_TCHAR * |
dir | ) |
|
◆ process_name() [2/2]
const ACE_TCHAR * ACE_Name_Options::process_name |
( |
void |
| ) |
|
|
inline |
◆ use_registry() [1/2]
bool ACE_Name_Options::use_registry |
( |
void |
| ) |
const |
|
inline |
Get use of registry in naming.
◆ use_registry() [2/2]
void ACE_Name_Options::use_registry |
( |
bool |
x | ) |
|
|
inline |
Set use of registry in naming.
◆ verbose()
bool ACE_Name_Options::verbose |
( |
void |
| ) |
|
|
inline |
◆ ACE_ALLOC_HOOK_DECLARE
ACE_Name_Options::ACE_ALLOC_HOOK_DECLARE |
◆ base_address_
char* ACE_Name_Options::base_address_ |
|
private |
Base address of the underlying allocator.
◆ context_
The context in which the naming database will be created.
◆ database_
Name of the database that stores the name/value/type bindings.
◆ debugging_
bool ACE_Name_Options::debugging_ |
|
private |
◆ nameserver_host_
const ACE_TCHAR* ACE_Name_Options::nameserver_host_ |
|
private |
◆ nameserver_port_
int ACE_Name_Options::nameserver_port_ |
|
private |
Port to connect to nameserver process.
◆ namespace_dir_
Directory to hold name_bindings.
◆ process_name_
const ACE_TCHAR* ACE_Name_Options::process_name_ |
|
private |
◆ use_registry_
bool ACE_Name_Options::use_registry_ |
|
private |
◆ verbosity_
bool ACE_Name_Options::verbosity_ |
|
private |
The documentation for this class was generated from the following files: