RSB
0.7.0
|
#include "SpreadGroup.h"
#include <map>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/thread.hpp>
#include <rsc/logging/Logger.h>
#include "SpreadConnection.h"
#include "rsb/rsbexports.h"
Go to the source code of this file.
Classes | |
class | rsb::spread::MembershipManager |
Reference counting class for Spread group memberships. More... |
Namespaces | |
namespace | rsb |
namespace | rsb::spread |
Typedefs | |
typedef std::map< std::string, std::pair< SpreadGroupPtr, int > > | rsb::spread::GroupMap |
typedef boost::shared_ptr < MembershipManager > | rsb::spread::MembershipManagerPtr |