NamespaceGuard Struct Reference
#include <dds_generator.h>
List of all members.
Detailed Description
Definition at line 140 of file dds_generator.h.
Constructor & Destructor Documentation
NamespaceGuard::NamespaceGuard |
( |
|
) |
[inline] |
Definition at line 141 of file dds_generator.h.
References be_global.
00142 {
00143 be_global->header_ << "OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL\nnamespace OpenDDS { namespace DCPS {\n\n";
00144 be_global->impl_ << "OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL\nnamespace OpenDDS { namespace DCPS {\n\n";
00145 }
NamespaceGuard::~NamespaceGuard |
( |
|
) |
[inline] |
Definition at line 146 of file dds_generator.h.
References be_global.
00147 {
00148 be_global->header_ << "} }\nOPENDDS_END_VERSIONED_NAMESPACE_DECL\n\n";
00149 be_global->impl_ << "} }\nOPENDDS_END_VERSIONED_NAMESPACE_DECL\n\n";
00150 }
The documentation for this struct was generated from the following file: