Stores the information on a license server known by the Assistant.
More...
Public Member Functions |
| | DtLicServerInfo () |
| | Constructor.
|
| | DtLicServerInfo (const MAKRti::DtString &name, int port) |
| | Constructor.
|
| | DtLicServerInfo (const MAKRti::DtString &server) |
| | Constructor.
|
| | ~DtLicServerInfo () |
| | Destructor.
|
| MAKRti::DtString | string () const |
| | Retrieves a string version of the server name and port, as would be set in the environment variable.
|
| bool | operator< (const DtLicServerInfo &other) const |
| | Less than operator.
|
| int | serverPort () const |
| | Return the license server port.
|
| void | setServerPort (int port) |
| | Set the license server port.
|
| MAKRti::DtString | serverName () const |
| | Return the license server name.
|
| void | setServerName (const MAKRti::DtString &name) |
| | Return the license server name.
|
Detailed Description
Stores the information on a license server known by the Assistant.
Constructor & Destructor Documentation
| DtLicServerInfo::DtLicServerInfo |
( |
| ) |
|
| DtLicServerInfo::DtLicServerInfo |
( |
const MAKRti::DtString & |
name, |
|
|
int |
port |
|
) |
| |
| DtLicServerInfo::DtLicServerInfo |
( |
const MAKRti::DtString & |
server | ) |
|
| DtLicServerInfo::~DtLicServerInfo |
( |
| ) |
|
Member Function Documentation
| MAKRti::DtString DtLicServerInfo::serverName |
( |
| ) |
const |
Return the license server name.
| int DtLicServerInfo::serverPort |
( |
| ) |
const |
Return the license server port.
| void DtLicServerInfo::setServerName |
( |
const MAKRti::DtString & |
name | ) |
|
Return the license server name.
| void DtLicServerInfo::setServerPort |
( |
int |
port | ) |
|
Set the license server port.
| MAKRti::DtString DtLicServerInfo::string |
( |
| ) |
const |
Retrieves a string version of the server name and port, as would be set in the environment variable.
Member Data Documentation
| MAKRti::DtString DtLicServerInfo::myServerName |
|
private |
| int DtLicServerInfo::myServerPort |
|
private |
The documentation for this class was generated from the following file: