#include <net_io.h>
Constructor & Destructor Documentation
| BufferedSocket::BufferedSocket |
( |
| ) |
|
| BufferedSocket::~BufferedSocket |
( |
| ) |
[virtual] |
Member Function Documentation
| bool agOdalaunch::BufferedSocket::BadRead |
( |
| ) |
[inline] |
| bool agOdalaunch::BufferedSocket::BadWrite |
( |
| ) |
[inline] |
| bool BufferedSocket::CanRead |
( |
const size_t & |
Bytes | ) |
|
| bool BufferedSocket::CanWrite |
( |
const size_t & |
Bytes | ) |
|
| void BufferedSocket::ClearBuffer |
( |
| ) |
|
| uint32_t agOdalaunch::BufferedSocket::GetPing |
( |
| ) |
[inline] |
| string BufferedSocket::GetRemoteAddress |
( |
| ) |
const |
| bool BufferedSocket::InitializeSocketAPI |
( |
| ) |
[static] |
| bool BufferedSocket::Read16 |
( |
uint16_t & |
Uint16 | ) |
|
| bool BufferedSocket::Read16 |
( |
int16_t & |
Int16 | ) |
|
| bool BufferedSocket::Read32 |
( |
int32_t & |
Int32 | ) |
|
| bool BufferedSocket::Read32 |
( |
uint32_t & |
Uint32 | ) |
|
| bool BufferedSocket::Read8 |
( |
uint8_t & |
Uint8 | ) |
|
| bool BufferedSocket::Read8 |
( |
int8_t & |
Int8 | ) |
|
| bool BufferedSocket::ReadBool |
( |
bool & |
val | ) |
|
| void agOdalaunch::BufferedSocket::ResetBuffer |
( |
| ) |
[inline] |
| bool BufferedSocket::SetRemoteAddress |
( |
const std::string & |
Address | ) |
|
| void BufferedSocket::SetRemoteAddress |
( |
const std::string & |
Address, |
|
|
const int16_t & |
Port |
|
) |
| |
| void BufferedSocket::ShutdownSocketAPI |
( |
| ) |
[static] |
| bool BufferedSocket::Write16 |
( |
const int16_t & |
Int16 | ) |
|
| bool BufferedSocket::Write16 |
( |
const uint16_t & |
Uint16 | ) |
|
| bool BufferedSocket::Write32 |
( |
const uint32_t & |
Uint32 | ) |
|
| bool BufferedSocket::Write32 |
( |
const int32_t & |
Int32 | ) |
|
| bool BufferedSocket::Write8 |
( |
const uint8_t & |
Uint8 | ) |
|
| bool BufferedSocket::Write8 |
( |
const int8_t & |
Int8 | ) |
|
| bool BufferedSocket::WriteBool |
( |
const bool & |
val | ) |
|
| bool BufferedSocket::WriteString |
( |
const std::string & |
str | ) |
|
The documentation for this class was generated from the following files: