mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-26 20:34:32 +00:00
Update doc
This commit is contained in:
parent
f4fc5784af
commit
a7967a6827
@ -63,9 +63,10 @@ class LIEF_API FatBinary {
|
||||
Binary& operator[](size_t index);
|
||||
const Binary& operator[](size_t index) const;
|
||||
|
||||
//! Extract a @link MachO::Binary@ object. Gives ownership to the caller, and
|
||||
// remove it from this @link FatBinary object. Warning: this invalidates any
|
||||
// previously hold iterator!
|
||||
//! Extract a MachO::Binary object. Gives ownership to the caller, and
|
||||
//! remove it from this FatBinary object.
|
||||
//!
|
||||
//! @warning: this invalidates any previously hold iterator!
|
||||
std::unique_ptr<Binary> take(size_t index);
|
||||
|
||||
//! Reconstruct the Fat binary object and write it in `filename`
|
||||
|
Loading…
x
Reference in New Issue
Block a user