Public Member Functions | Public Attributes | List of all members
vtkClientServerID Class Reference

Identifier for a ClientServer object. More...

#include <vtkClientServerID.h>

Public Member Functions

 vtkClientServerID ()
 
 vtkClientServerID (vtkTypeUInt32 id)
 
bool IsNull ()
 
void SetToNull ()
 
bool operator< (const vtkClientServerID &i) const
 
bool operator== (const vtkClientServerID &i) const
 
bool operator!= (const vtkClientServerID &i) const
 

Public Attributes

vtkTypeUInt32 ID
 

Detailed Description

Identifier for a ClientServer object.

vtkClientServerID identifies an object managed by a vtkClientServerInterpreter. Although the identifier is simply an integer, this class allows vtkClientServerStream to identify the integer as an object identifier.

Definition at line 32 of file vtkClientServerID.h.

Constructor & Destructor Documentation

◆ vtkClientServerID() [1/2]

vtkClientServerID::vtkClientServerID ( )
inline

Definition at line 34 of file vtkClientServerID.h.

◆ vtkClientServerID() [2/2]

vtkClientServerID::vtkClientServerID ( vtkTypeUInt32  id)
inlineexplicit

Definition at line 38 of file vtkClientServerID.h.

Member Function Documentation

◆ IsNull()

bool vtkClientServerID::IsNull ( )
inline

Definition at line 43 of file vtkClientServerID.h.

◆ SetToNull()

void vtkClientServerID::SetToNull ( )
inline

Definition at line 44 of file vtkClientServerID.h.

◆ operator<()

bool vtkClientServerID::operator< ( const vtkClientServerID i) const
inline

Definition at line 47 of file vtkClientServerID.h.

◆ operator==()

bool vtkClientServerID::operator== ( const vtkClientServerID i) const
inline

Definition at line 48 of file vtkClientServerID.h.

◆ operator!=()

bool vtkClientServerID::operator!= ( const vtkClientServerID i) const
inline

Definition at line 49 of file vtkClientServerID.h.

Member Data Documentation

◆ ID

vtkTypeUInt32 vtkClientServerID::ID

Definition at line 51 of file vtkClientServerID.h.


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