BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <stdexcept>
#include <iosfwd>
#include <string>
#include <inttypes.h>
#include "BioSocketCommon.h"
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. |
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.