add HLH_Ref
[HLH_utils.git] / HLH_RoundU32.cpp
blobd7bb83227241b7493a90f96b0faf12f1a8e789ed
1 /*******************************************************************************
2 * File Name : HLH_RoundU32.cpp
3 *
4 * Author : Henry He
5 * Created Time : Fri 06 Nov 2009 11:49:13 AM CST
6 * Description :
7 ******************************************************************************/
10 /*******************************************************************************
11 * Desc : Includes Files
12 ******************************************************************************/
13 #include "HLH_utils/HLH_RoundU32.h"
16 /*******************************************************************************
17 * Desc : Macro Definations
18 ******************************************************************************/
21 /*******************************************************************************
22 * Desc : Type Definations
23 ******************************************************************************/
26 /*******************************************************************************
27 * Desc : Global Variables
28 ******************************************************************************/
31 /*******************************************************************************
32 * Desc : File Variables
33 ******************************************************************************/
36 /******************************************************************************
37 * Func : HLH_RoundU32::GetUINT32
38 * Desc : Get UINT32 value of this instance not inline
39 * Args : NONE
40 * Outs : return UINT32 value of this instance
41 ******************************************************************************/
42 UINT32 HLH_RoundU32::GetUINT32 ()
44 return m_unVal;