OpenDDS::DCPS::ShmemType Class Reference

Inheritance diagram for OpenDDS::DCPS::ShmemType:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::ShmemType:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const char * name ()
TransportInst_rch new_inst (const std::string &name)

Detailed Description

Definition at line 23 of file ShmemLoader.cpp.


Member Function Documentation

const char* OpenDDS::DCPS::ShmemType::name ( void   )  [inline, virtual]

Implements OpenDDS::DCPS::TransportType.

Definition at line 25 of file ShmemLoader.cpp.

00025 { return SHMEM_NAME; }

TransportInst_rch OpenDDS::DCPS::ShmemType::new_inst ( const std::string &  name  )  [inline]

Definition at line 27 of file ShmemLoader.cpp.

00028   {
00029     return make_rch<ShmemInst>(name);
00030   }


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1