Wolframe, 0.0.3

_Wolframe::net::SendString Class Reference

Network operation: asynchronously send a string (message) This is just some syntactic sugar, simplifying SendData. More...

#include <connectionHandler.hpp>

Inheritance diagram for _Wolframe::net::SendString:
_Wolframe::net::NetworkOperation

Public Member Functions

 SendString (const std::string &s, unsigned to=0)
 
 SendString (const char *s, unsigned to=0)
 

Additional Inherited Members

- Protected Types inherited from _Wolframe::net::NetworkOperation
enum  Operation { READ, WRITE, CLOSE, NOOP }
 
- Protected Member Functions inherited from _Wolframe::net::NetworkOperation
 NetworkOperation (Operation op, void *d=NULL, std::size_t s=0, unsigned to=0)
 
unsigned timeout () const
 
const void * data () const
 
void * buffer ()
 
std::size_t size () const
 
Operation operation () const
 

Detailed Description

Network operation: asynchronously send a string (message) This is just some syntactic sugar, simplifying SendData.

Constructor & Destructor Documentation

_Wolframe::net::SendString::SendString ( const std::string &  s,
unsigned  to = 0 
)
inlineexplicit
_Wolframe::net::SendString::SendString ( const char *  s,
unsigned  to = 0 
)
inlineexplicit

The documentation for this class was generated from the following file: