rogue
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Slave.h File Reference
#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::Slaverogue::interfaces::stream::SlavePtr
 Shared pointer alias for Slave.
 
typedef std::shared_ptr< rogue::interfaces::stream::SlaveWraprogue::interfaces::stream::SlaveWrapPtr