BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioSocketAddress.h File Reference
#include <stdexcept>
#include <iosfwd>
#include <string>
#include <inttypes.h>
#include "BioSocketCommon.h"
Include dependency graph for BioSocketAddress.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BioSocketAddress
class  BioSocketAddressIn

Functions

std::ostream & operator<< (std::ostream &, const BioSocketAddressIn &)
 Operator for printing an address in a stream.
std::istream & operator>> (std::istream &, BioSocketAddressIn &)
 Operator for reading an address from a stream.

Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const BioSocketAddressIn  
)

Operator for printing an address in a stream.

std::istream& operator>> ( std::istream &  ,
BioSocketAddressIn  
)

Operator for reading an address from a stream.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines