RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Event.h File Reference
#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"
Include dependency graph for Event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsb::Event
 Basic message that is exchanged between informers and listeners. More...
 

Namespaces

 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. More...