|
rogue
|
#include "rogue/Directives.h"#include <stdint.h>#include <memory>#include <string>#include <thread>#include "rogue/EnableSharedFromThis.h"#include "rogue/Logging.h"#include "rogue/interfaces/stream/Pool.h"#include <boost/python.hpp>Go to the source code of this file.
Classes | |
| class | rogue::interfaces::stream::Slave |
| Stream slave endpoint and default frame pool. More... | |
| class | rogue::interfaces::stream::SlaveWrap |
Internal Boost.Python wrapper for rogue::interfaces::stream::Slave. Enables Python subclasses to override virtual methods. More... | |
Namespaces | |
| namespace | rogue |
| namespace | rogue::interfaces |
| namespace | rogue::interfaces::stream |
Typedefs | |
| typedef std::shared_ptr< rogue::interfaces::stream::Slave > | rogue::interfaces::stream::SlavePtr |
Shared pointer alias for Slave. | |
| typedef std::shared_ptr< rogue::interfaces::stream::SlaveWrap > | rogue::interfaces::stream::SlaveWrapPtr |