RSB
0.7.0
|
#include <map>
#include <set>
#include <string>
#include <vector>
#include <boost/cstdint.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <rsc/misc/langutils.h>
#include <rsc/misc/UUID.h>
#include <rsc/runtime/Printable.h>
#include "rsb/rsbexports.h"
Go to the source code of this file.
Classes | |
class | rsb::Event |
Basic message that is exchanged between informers and listeners. More... |
Namespaces | |
namespace | rsb |
Typedefs | |
typedef boost::shared_ptr < EventId > | rsb::EventIdPtr |
typedef boost::shared_ptr< Scope > | rsb::ScopePtr |
typedef boost::shared_ptr< void > | rsb::VoidPtr |
typedef boost::shared_ptr< Event > | rsb::EventPtr |
typedef std::pair< std::string, boost::shared_ptr< void > > | rsb::AnnotatedData |
A combination of data type and the actual data. |