BWAPI
Classes | Public Types | Public Member Functions
NetDevice Class Reference

#include <netstream.h>

List of all members.

Classes

struct  category

Public Types

typedef char char_type

Public Member Functions

 NetDevice (const std::string &host, int port)
std::streamsize read (char *s, std::streamsize n)
std::streamsize write (const char *s, std::streamsize n)
void close (std::ios_base::openmode)

Member Typedef Documentation

typedef char NetDevice::char_type

Constructor & Destructor Documentation

NetDevice::NetDevice ( const std::string &  host,
int  port 
)

Here is the call graph for this function:


Member Function Documentation

void NetDevice::close ( std::ios_base::openmode  )

Here is the call graph for this function:

std::streamsize NetDevice::read ( char *  s,
std::streamsize  n 
)

Here is the call graph for this function:

std::streamsize NetDevice::write ( const char *  s,
std::streamsize  n 
)

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines