OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | List of all members
OpenDDS::DCPS::MulticastType Class Reference
Inheritance diagram for OpenDDS::DCPS::MulticastType:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::MulticastType:
Collaboration graph
[legend]

Public Member Functions

const char * name ()
 
TransportInst_rch new_inst (const std::string &name)
 
- Public Member Functions inherited from OpenDDS::DCPS::TransportType
virtual TransportInst_rch new_inst (const OPENDDS_STRING &name)=0
 
- Public Member Functions inherited from OpenDDS::DCPS::RcObject
virtual ~RcObject ()
 
virtual void _add_ref ()
 
virtual void _remove_ref ()
 
long ref_count () const
 
WeakObject_get_weak_object () const
 

Additional Inherited Members

- Protected Member Functions inherited from OpenDDS::DCPS::TransportType
 TransportType ()
 
virtual ~TransportType ()
 
- Protected Member Functions inherited from OpenDDS::DCPS::RcObject
 RcObject ()
 

Detailed Description

Definition at line 23 of file MulticastLoader.cpp.

Member Function Documentation

◆ name()

const char* OpenDDS::DCPS::MulticastType::name ( void  )
inlinevirtual

Implements OpenDDS::DCPS::TransportType.

Definition at line 25 of file MulticastLoader.cpp.

25 { return MULTICAST_NAME; }

◆ new_inst()

TransportInst_rch OpenDDS::DCPS::MulticastType::new_inst ( const std::string &  name)
inline

Definition at line 27 of file MulticastLoader.cpp.

References name.

28  {
29  return make_rch<MulticastInst>(name);
30  }

The documentation for this class was generated from the following file: