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

#include <byte_order_helper.h>

Static Public Member Functions

static TInt Run (const t_uint8 *p_in)
 

Detailed Description

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

Definition at line 182 of file byte_order_helper.h.

Member Function Documentation

template<typename TInt , bool IsBigEndian>
static TInt pfc::__DecodeIntHelper< TInt, 1, IsBigEndian >::Run ( const t_uint8 p_in)
inlinestatic

Definition at line 184 of file byte_order_helper.h.

184 {return *p_in;}

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