feat: continue updating script exporter

This commit is contained in:
2024-08-08 22:02:02 +08:00
parent 46a6222959
commit 7ffc191f66
4 changed files with 483 additions and 44 deletions

View File

@@ -6,6 +6,7 @@ namespace VSW::Materializer::Utilities {
/// @brief The value representing a invalid CK_ID.
constexpr CK_ID INVALID_CK_ID = static_cast<CK_ID>(-1);
constexpr int INVALID_INDEX = static_cast<int>(-1);
constexpr char NULLPTR_CKSTRING[] = "<null>";
class EnhancedReporter : public VSW::Reporter {