class Client

Allows a writer or Reader to specify individual parameters such as verbose, format

Public Fields

[more]int socket
The socket desriptor this client read from/writes to
[more]int verbose
Not used - thinking whether individual clients should have verbose on/off
[more]int format
Client data sent/received in ascii(0); binary(1); or constant binary (2)
[more]int needsInfo
Binary Reader clients need to be informed about nElements and elementSize

Public Methods

[more]int operator==( const Client &RHS ) const
Overloaded equality operator allows the use of list's remove member function.
[more]void clear()
Sets all fields to -1.


Documentation

Allows a writer or Reader to specify individual parameters such as verbose, format
oint socket
The socket desriptor this client read from/writes to

oint verbose
Not used - thinking whether individual clients should have verbose on/off

oint format
Client data sent/received in ascii(0); binary(1); or constant binary (2)

oint needsInfo
Binary Reader clients need to be informed about nElements and elementSize

oint operator==( const Client &RHS ) const
Overloaded equality operator allows the use of list's remove member function. Compares all three variables of the Client class, so all must match to be equal.

ovoid clear()
Sets all fields to -1. This is useful for when a client needs to be removed from an STL list


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.