Helper functions to extract data from command parameters. More...
#include "core/enum_type.hpp"
Go to the source code of this file.
Functions | |
template<typename T , uint S, uint N, typename U > | |
static T | Extract (U v) |
Extracts a given type from a value. |
Helper functions to extract data from command parameters.
Definition in file cmd_helper.h.
static T Extract | ( | U | v | ) | [inline, static] |
Extracts a given type from a value.
T | The type of data we're looking for. | |
S | The offset in the data. | |
N | The amount of bits to read. | |
U | The type of data passed to us. |
v | The data to extract the value from. |
Definition at line 25 of file cmd_helper.h.
References GB(), and IsInsideMM().