![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
#include "Cpl/Io/Socket/Factory.h"
#include "Cpl/Io/Socket/InputOutput.h"
#include "Cpl/Memory/SPool.h"
#include <new>
Go to the source code of this file.
Classes | |
class | Cpl::Io::Socket::StreamPool< N > |
This concrete template class implement a socket factory that is capable of creating N concurrently opened socket streams. More... | |
Namespaces | |
namespace | Cpl |
The 'Cpl' namespace is the root name space for the Colony. | |
namespace | Cpl::Io |
The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files. | |
namespace | Cpl::Io::Socket |
The Socket namespace provides interfaces for creating BSD socket connections. | |