In file ../include/EST_ServiceTable.h:

class EST_ServiceTable::Entry

A service record.

Public Fields

[more]EST_String name
Name of the server
[more]EST_String type
Type of server (eg `fringe')
[more]EST_String hostname
Human readable hostname
[more]EST_String address
Numeric IP address ()
[more]EST_String cookie
A random string to send as authorisation
[more]int port
TCP port number

Public Methods

[more] Entry ()
Create an empty entry
[more] operator EST_String () const
A suitable human readable name for the entry


Documentation

A service record.

This is returned by service lookup operations, it contains enough information to contact the server and authenticate yourself.

oEST_String name
Name of the server

oEST_String type
Type of server (eg `fringe')

oEST_String hostname
Human readable hostname

oEST_String address
Numeric IP address ()

oEST_String cookie
A random string to send as authorisation

oint port
TCP port number

o Entry()
Create an empty entry

o operator EST_String() const
A suitable human readable name for the entry


This class has no child classes.
Friends:
bool operator == (const Entry &a, const Entry &b)
ostream & operator << (ostream &s, const Entry &a)

Alphabetic index HTML hierarchy of classes or Java


This page is part of the Edinburgh Speech Tools Library documentation
Copyright University of Edinburgh 1997
Contact: speech_tools@cstr.ed.ac.uk