MAK RTIspy API Documentation for HLA Evolved
Public Member Functions | Protected Attributes
DtWebSpyUtils::ConnectionIdentifier Class Reference

The ConnectionIdentifier class stores the basic information needed by the web client to identify a web server connection. More...

+ Collaboration diagram for DtWebSpyUtils::ConnectionIdentifier:

List of all members.

Public Member Functions

 ConnectionIdentifier ()
 Default Ctor.
 ConnectionIdentifier (unsigned long connId, ConnectionType connType, const MAKRti::DtString &description, bool forwardingEnabled=false)
 Ctor takes a connection ID and a simple string or HTML block which will represent the connection in the web client connection list.
 ConnectionIdentifier (const ConnectionIdentifier &orig)
 Copy Ctor.
 ~ConnectionIdentifier ()
 Destructor (non-abstract since this class may not be subclassed)
ConnectionIdentifieroperator= (const ConnectionIdentifier &orig)
 Assignment operator.
bool operator== (const ConnectionIdentifier &other) const
bool operator< (const ConnectionIdentifier &other) const
unsigned long id () const
ConnectionType type () const
bool forwarding () const
const MAKRti::DtString & description () const

Protected Attributes

unsigned long myConnId
ConnectionType myConnType
bool myForwardingEnabled
MAKRti::DtString myConnectionDescription

Detailed Description

The ConnectionIdentifier class stores the basic information needed by the web client to identify a web server connection.


Constructor & Destructor Documentation

Default Ctor.

DtWebSpyUtils::ConnectionIdentifier::ConnectionIdentifier ( unsigned long  connId,
ConnectionType  connType,
const MAKRti::DtString &  description,
bool  forwardingEnabled = false 
)

Ctor takes a connection ID and a simple string or HTML block which will represent the connection in the web client connection list.

References myConnectionDescription.

Copy Ctor.

Destructor (non-abstract since this class may not be subclassed)


Member Function Documentation

const MAKRti::DtString & DtWebSpyUtils::ConnectionIdentifier::description ( ) const [inline]

Referenced by operator==().

unsigned long DtWebSpyUtils::ConnectionIdentifier::id ( ) const [inline]
bool DtWebSpyUtils::ConnectionIdentifier::operator< ( const ConnectionIdentifier other) const

References myConnId, and myConnType.

DtWebSpyUtils::ConnectionIdentifier & DtWebSpyUtils::ConnectionIdentifier::operator= ( const ConnectionIdentifier orig)

Assignment operator.

References myConnectionDescription, myConnId, myConnType, and myForwardingEnabled.

bool DtWebSpyUtils::ConnectionIdentifier::operator== ( const ConnectionIdentifier other) const

Member Data Documentation

Referenced by ConnectionIdentifier(), and operator=().

Referenced by id(), operator<(), operator=(), and operator==().

Referenced by operator<(), operator=(), and operator==().

Referenced by operator=().


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

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)