Public Member Functions |
| bool | init (const char *connectString=0, const char *fileName=0) |
|
void | printError () const |
|
void | printUsage () const |
|
void | setError (int lineNumber, const char *_msg) |
|
bool | readConnectString (const char *, const char *info) |
|
bool | readFile (const char *file, bool &fopenError) |
|
bool | parseLine (char *line, int lineNumber) |
|
bool | parseNodeId (const char *buf) |
|
bool | parseHostName (const char *buf) |
|
bool | parseBindAddress (const char *buf) |
|
bool | parseFileName (const char *buf) |
|
bool | parseString (const char *buf, BaseString &err) |
|
char * | makeConnectString (char *buf, int sz) |
Public Attributes |
|
int | _ownNodeId |
|
Vector< MgmtSrvrId > | ids |
|
int | error_line |
|
char | error_msg [256] |
|
BaseString | bind_address |
|
unsigned int | bind_address_port |
Detailed Description
Definition at line 42 of file LocalConfig.hpp.
Member Function Documentation
| bool LocalConfig::init |
( |
const char * |
connectString = 0, |
|
|
const char * |
fileName = 0 |
|
) |
| |
The documentation for this struct was generated from the following files: