OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <dds_generator.h>
Public Member Functions | |
ScopedNamespaceGuard (UTL_ScopedName *name, std::ostream &os, const char *keyword="namespace") | |
~ScopedNamespaceGuard () | |
Public Attributes | |
std::ostream & | os_ |
std::string | semi_ |
int | n_ |
Definition at line 213 of file dds_generator.h.
|
inline |
Definition at line 214 of file dds_generator.h.
References EscapeContext_ForGenIdl, EscapeContext_Normal, os_, and dds_generator::to_string().
|
inline |
int ScopedNamespaceGuard::n_ |
Definition at line 240 of file dds_generator.h.
std::ostream& ScopedNamespaceGuard::os_ |
Definition at line 238 of file dds_generator.h.
std::string ScopedNamespaceGuard::semi_ |
Definition at line 239 of file dds_generator.h.