retdec
|
#include <search.h>
Public Member Functions | |
RelativeJump (std::string sSlash, std::size_t sBytesAfter) | |
Jump getters | |
std::string | getSlash () const |
std::size_t | getSlashNibbleSize () const |
std::size_t | getBytesAfter () const |
Private Attributes | |
std::string | slash |
representations of '/' in file More... | |
std::size_t | bytesAfter |
number of bytes after slash for read More... | |
Description of relative jump
retdec::cpdetect::Search::RelativeJump::RelativeJump | ( | std::string | sSlash, |
std::size_t | sBytesAfter | ||
) |
Constructor of RelativeJump
std::size_t retdec::cpdetect::Search::RelativeJump::getBytesAfter | ( | ) | const |
Get number of bytes after slash pattern
std::string retdec::cpdetect::Search::RelativeJump::getSlash | ( | ) | const |
Get slash pattern
std::size_t retdec::cpdetect::Search::RelativeJump::getSlashNibbleSize | ( | ) | const |
Get size of slash in nibbles
|
private |
number of bytes after slash for read
|
private |
representations of '/' in file