start adding doctests

This commit is contained in:
2022-11-13 11:42:40 -08:00
parent c3b3de5416
commit e6f19d8ee3
8 changed files with 7155 additions and 12 deletions

View File

@@ -33,10 +33,13 @@ public:
/// @param offset from base pointer
/// @return reference to memory at given offset
auto Rel(std::size_t offset) -> ValueType &;
auto Rel(std::size_t offset) const -> ValueType;
auto Next() -> ValueType &;
auto Goto(std::size_t address) -> void;
auto Rebase(std::size_t offset) -> void;
auto Dump() const -> std::vector<ValueType>;
};
} // namespace