Skip to content

Commit f919581

Browse files
authored
[C++] add getter for schema id on the IrDecoder (#1077)
1 parent beea0b2 commit f919581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sbe-tool/src/main/cpp/otf/IrDecoder.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ class IrDecoder
137137
return result;
138138
}
139139

140+
int schemaId() const {
141+
return m_id;
142+
}
143+
140144
protected:
141145
// OS specifics
142146
static long long getFileSize(const char *filename)

0 commit comments

Comments
 (0)