#include <dds_generator.h>
Public Member Functions | |
| NamespaceGuard () | |
| ~NamespaceGuard () | |
Definition at line 138 of file dds_generator.h.
| NamespaceGuard::NamespaceGuard | ( | ) | [inline] |
Definition at line 139 of file dds_generator.h.
References be_global, BE_GlobalData::header_, and BE_GlobalData::impl_.
00140 { 00141 be_global->header_ << "namespace OpenDDS { namespace DCPS {\n\n"; 00142 be_global->impl_ << "namespace OpenDDS { namespace DCPS {\n\n"; 00143 }
| NamespaceGuard::~NamespaceGuard | ( | ) | [inline] |
Definition at line 144 of file dds_generator.h.
References be_global, BE_GlobalData::header_, and BE_GlobalData::impl_.
1.4.7