NamespaceGuard Struct Reference

#include <dds_generator.h>

List of all members.

Public Member Functions

 NamespaceGuard ()
 ~NamespaceGuard ()


Detailed Description

Definition at line 138 of file dds_generator.h.


Constructor & Destructor Documentation

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_.

00145   {
00146     be_global->header_ << "}  }\n\n";
00147     be_global->impl_ << "}  }\n\n";
00148   }


The documentation for this struct was generated from the following file:
Generated on Fri Feb 12 20:05:57 2016 for OpenDDS by  doxygen 1.4.7