| 761 | |
| 762 | |
| 763 | Ref<BinaryView> ReportCollection::GetView(size_t i) const |
| 764 | { |
| 765 | BNBinaryView* view = BNGetReportView(m_object, i); |
| 766 | if (!view) |
| 767 | return nullptr; |
| 768 | return new BinaryView(view); |
| 769 | } |
| 770 | |
| 771 | |
| 772 | string ReportCollection::GetTitle(size_t i) const |