|
OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <dds_generator.h>

Public Member Functions | |
| NestedForLoops (const char *type, const char *prefix, AST_Array *arr, std::string &indent, bool followTypedefs=false) | |
| ~NestedForLoops () | |
Public Attributes | |
| size_t | n_ |
| std::string & | indent_ |
| std::string | index_ |
Definition at line 449 of file dds_generator.h.
| NestedForLoops::NestedForLoops | ( | const char * | type, |
| const char * | prefix, | ||
| AST_Array * | arr, | ||
| std::string & | indent, | ||
| bool | followTypedefs = false |
||
| ) |
Definition at line 281 of file dds_generator.cpp.
References be_global, index_, n_, and AstTypeClassification::resolveActualType().
| NestedForLoops::~NestedForLoops | ( | ) |
| std::string& NestedForLoops::indent_ |
Definition at line 455 of file dds_generator.h.
Referenced by ~NestedForLoops().
| std::string NestedForLoops::index_ |
Definition at line 456 of file dds_generator.h.
Referenced by GeneratorBase::gen_array(), marshal_generator::gen_enum(), metaclass_generator::gen_enum(), FaceGenerator::gen_struct(), SafetyProfileGenerator::gen_struct(), and NestedForLoops().
| size_t NestedForLoops::n_ |
Definition at line 454 of file dds_generator.h.
Referenced by NestedForLoops(), and ~NestedForLoops().
1.8.13