| 
    IDA SDK
    
   | 
 
Definition of the bitrange_t class.
Classes | |
| class | bitrange_t | 
| This class manages the offset and size of a value that occupies a number of contiguous bits within some container - generally a byte array.  More... | |
Functions | |
Helper functions  | |
Should not be called directly!  | |
| idaman bool ida_export | bitrange_t_extract_using_bitrange (const bitrange_t *bm, void *dst, size_t dst_size, const void *src, size_t src_size, bool is_mf) | 
| idaman bool ida_export | bitrange_t_inject_using_bitrange (const bitrange_t *bm, void *dst, size_t dst_size, const void *src, size_t src_size, bool is_mf) |