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.
 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.

Private Attributes

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

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 Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)