NamespaceGuard Struct Reference

#include <dds_generator.h>

List of all members.

Public Member Functions

 NamespaceGuard ()
 ~NamespaceGuard ()

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1