|
BWAPI
|
#include <netstream.h>
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) |
| typedef char NetDevice::char_type |
| NetDevice::NetDevice | ( | const std::string & | host, |
| int | port | ||
| ) |

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

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

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

1.7.6.1