MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
DtLicServerInfo Class Reference

Stores the information on a license server known by the Assistant. More...

+ Collaboration diagram for DtLicServerInfo:

Public Member Functions

 DtLicServerInfo ()
 Constructor. More...
 
 DtLicServerInfo (const MAKRti::DtString &name, int port)
 Constructor. More...
 
 DtLicServerInfo (const MAKRti::DtString &server)
 Constructor. More...
 
 ~DtLicServerInfo ()
 Destructor. More...
 
MAKRti::DtString string () const
 Retrieves a string version of the server name and port, as would be set in the environment variable. More...
 
bool operator< (const DtLicServerInfo &other) const
 Less than operator. More...
 
int serverPort () const
 Return the license server port. More...
 
void setServerPort (int port)
 Set the license server port. More...
 
MAKRti::DtString serverName () const
 Return the license server name. More...
 
void setServerName (const MAKRti::DtString &name)
 Return the license server name. More...
 

Private Attributes

int myServerPort
 License server port. More...
 
MAKRti::DtString myServerName
 License server name. More...
 

Detailed Description

Stores the information on a license server known by the Assistant.

Constructor & Destructor Documentation

DtLicServerInfo::DtLicServerInfo ( )

Constructor.

DtLicServerInfo::DtLicServerInfo ( const MAKRti::DtString &  name,
int  port 
)

Constructor.

DtLicServerInfo::DtLicServerInfo ( const MAKRti::DtString &  server)

Constructor.

DtLicServerInfo::~DtLicServerInfo ( )

Destructor.

Member Function Documentation

bool DtLicServerInfo::operator< ( const DtLicServerInfo other) const

Less than operator.

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

License server name.

int DtLicServerInfo::myServerPort
private

License server port.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)