foobar2000 SDK  2015-01-14
Static Public Member Functions
pfc::__EncodeIntHelper< TInt, 1, IsBigEndian >

#include <byte_order_helper.h>

Static Public Member Functions

static void Run (TInt p_value, t_uint8 *p_out)
 

Detailed Description

template<typename TInt, bool IsBigEndian>
class pfc::__EncodeIntHelper< TInt, 1, IsBigEndian >

Definition at line 151 of file byte_order_helper.h.

Member Function Documentation

template<typename TInt , bool IsBigEndian>
static void pfc::__EncodeIntHelper< TInt, 1, IsBigEndian >::Run ( TInt  p_value,
t_uint8 p_out 
)
inlinestatic

Definition at line 153 of file byte_order_helper.h.

153  {
154  *p_out = (t_uint8)(p_value);
155  }
uint8_t t_uint8
Definition: int_types.h:9

The documentation for this class was generated from the following file: