
#include <gzDistBase.h>
Public Member Functions | |
| gzDistClientID () | |
| Default constructor. | |
| gzDistClientID (const gzString &name) | |
| Constructor. | |
| gzDistClientID (const gzString &name, const gzDistInstanceID &instance) | |
| Constructor. | |
| gzDistClientID (const gzString &name, gzUInt pid, const gzULong mid) | |
| Constructor. | |
| ~gzDistClientID () | |
| Destructor. | |
| gzBool | operator== (const gzDistClientID &id) const |
| 'Equal to' operator | |
| gzBool | operator!= (const gzDistClientID &id) const |
| 'Different from' operator | |
| gzBool | isNull () const |
| Is it a null id ? | |
| gzVoid | setNull () |
| Set the id to NULL. | |
| gzString | asString () const |
| Get client id as string. | |
| gzULong | hash () const |
| Get a hash value for the instance id. | |
Public Attributes | |
| gzString | name |
| Client name. | |
| gzDistInstanceID | instanceID |
| Instance ID. | |
The client ID globally identifies a GizmoDistribution client. It contains a gzDistInstanceID and a client name. The ID is unique for all processes and machines on the network.
Definition at line 375 of file gzDistBase.h.
|
|
Constructor.
|