#include <dbinfo.h>

Public Member Functions | |
| acedbinfo () | |
| int | getPort (const string &dbn) |
| string | getHost (const string &dbn) |
| string | getPath (const string &dbn) |
| pair< string, int > | connectInfo (const string &dbn) |
| acedbinfo () | |
| int | getPort (const string &dbn) |
| string | getHost (const string &dbn) |
| string | getPath (const string &dbn) |
| pair< string, int > | connectInfo (const string &dbn) |
Private Attributes | |
| map< string, aceparam > | info |
Friends | |
| ostream & | operator<< (ostream &ou, const acedbinfo &ai) |
| ostream & | operator<< (ostream &ou, const acedbinfo &ai) |
| acedbinfo::acedbinfo | ( | ) |
References dissect(), dbinfo::getAddress(), ifstream(), and info.
| acedbinfo::acedbinfo | ( | ) |
| int acedbinfo::getPort | ( | const string & | dbn | ) |
References info.
| string acedbinfo::getHost | ( | const string & | dbn | ) |
References info.
| string acedbinfo::getPath | ( | const string & | dbn | ) |
References info.
| pair< string, int > acedbinfo::connectInfo | ( | const string & | dbn | ) |
| int acedbinfo::getPort | ( | const string & | dbn | ) |
| string acedbinfo::getHost | ( | const string & | dbn | ) |
| string acedbinfo::getPath | ( | const string & | dbn | ) |
| pair<string, int> acedbinfo::connectInfo | ( | const string & | dbn | ) |
| ostream& operator<< | ( | ostream & | ou, | |
| const acedbinfo & | ai | |||
| ) | [friend] |
| ostream& operator<< | ( | ostream & | ou, | |
| const acedbinfo & | ai | |||
| ) | [friend] |
map< string, aceparam > acedbinfo::info [private] |
Referenced by acedbinfo(), connectInfo(), getHost(), getPath(), getPort(), and operator<<().
1.5.6