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

Public Member Functions

const char * name ()
 
TransportInst_rch new_inst (const std::string &)
 
- 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 1055 of file InfoRepoDiscovery.cpp.

Member Function Documentation

◆ name()

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

Implements OpenDDS::DCPS::TransportType.

Definition at line 1057 of file InfoRepoDiscovery.cpp.

1057 { return "repository"; }

◆ new_inst()

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

Definition at line 1059 of file InfoRepoDiscovery.cpp.

1060  {
1061  return TransportInst_rch();
1062  }
RcHandle< TransportInst > TransportInst_rch
The type definition for the smart-pointer to the underlying type.

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