#include "inforepo_export.h"
#include "dds/DCPS/RepoIdGenerator.h"
#include "dds/DCPS/transport/framework/TransportConfig.h"
#include "dds/DCPS/transport/tcp/TcpTransport.h"
#include <set>
#include <map>
Include dependency graph for DCPS_IR_Domain.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DCPS_IR_Domain |
Representation of a Domain in the system. More... | |
Typedefs | |
typedef std::set< DCPS_IR_Topic_Description * > | DCPS_IR_Topic_Description_Set |
typedef ACE_Unbounded_Set< DCPS_IR_Participant * > | DCPS_IR_Participant_Set |
typedef std::map< OpenDDS::DCPS::RepoId, DCPS_IR_Participant *, OpenDDS::DCPS::GUID_tKeyLessThan > | DCPS_IR_Participant_Map |
typedef std::map<OpenDDS::DCPS::RepoId, DCPS_IR_Participant*, OpenDDS::DCPS::GUID_tKeyLessThan> DCPS_IR_Participant_Map |
Definition at line 44 of file DCPS_IR_Domain.h.
typedef ACE_Unbounded_Set<DCPS_IR_Participant*> DCPS_IR_Participant_Set |
Definition at line 40 of file DCPS_IR_Domain.h.
typedef std::set<DCPS_IR_Topic_Description*> DCPS_IR_Topic_Description_Set |
Definition at line 37 of file DCPS_IR_Domain.h.