#include <iostream>
#include <string>
#include <typeinfo>
#include <algorithm>
#include <cstring>
#include <include/gcc-attr.h>
#include <include/uint.h>
#include "Struct-Tree.hpp"
#include <lib/xml/xml.hpp>
#include <lib/support/diagnostics.h>
#include <lib/support/FileUtil.hpp>
#include <lib/support/Logic.hpp>
#include <lib/support/SrcFile.hpp>
#include <lib/support/StrUtil.hpp>
#include <lib/xml/hpc-structure.dtd.h>
Go to the source code of this file.
◆ DBG_FILE
◆ dyn_cast_return
#define dyn_cast_return |
( |
|
base, |
|
|
|
derived, |
|
|
|
expr |
|
) |
| |
Value:{ base* ptr = expr; \
} else { \
return
dynamic_cast<derived*
>(ptr); \
} \
}
static int derived[MAX_EVENTS]
Definition at line 526 of file Struct-Tree.cpp.