

Public Member Functions | |
| const char * | name () |
| TransportInst_rch | new_inst (const std::string &name) |
Definition at line 23 of file ShmemLoader.cpp.
| const char* OpenDDS::DCPS::ShmemType::name | ( | void | ) | [inline, virtual] |
Implements OpenDDS::DCPS::TransportType.
Definition at line 25 of file ShmemLoader.cpp.
| 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 }
1.6.1