PLearn 0.1
|
#include <fstream>
#include <string>
#include <vector>
#include <unistd.h>
#include <plearn/base/PP.h>
#include <plearn/base/general.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netdb.h>
Go to the source code of this file.
Classes | |
class | PLearn::IPServer |
class | PLearn::IPopen |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
int | PLearn::establish_connection (int n_hosts, const char *hostnames[], int port_no) |
int | PLearn::establish_connection (const char *hostname, int port_no) |
int | PLearn::establish_connection (const int argc, const char *argv[]) |