ランタイム
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Timer.h
Go to the documentation of this file.
1
#pragma once
2
5
6
namespace
Mix
7
{
10
class
_MIX_DLL_API
Timer
11
{
12
private
:
13
LARGE_INTEGER m_Before;
14
15
public
:
17
Timer
(
void
);
19
~
Timer
(
void
);
20
21
public
:
23
void
Reset(
void
);
27
UInt32
GetUI32(
UInt64
resolution );
31
UInt64
GetUI64(
UInt64
resolution );
34
Float32
GetF32(
void
);
37
Float64
GetF64(
void
);
38
};
39
}
UInt64
unsigned long long UInt64
符号無し64ビット整数
Definition:
Common.h:74
Mix::Timer
タイマークラス
Definition:
Timer.h:10
UInt32
unsigned int UInt32
符号無し32ビット整数
Definition:
Common.h:68
Mix
ミックス
Definition:
AtomicValue.h:6
Float64
double Float64
64ビット浮動小数点
Definition:
Common.h:86
Float32
float Float32
32ビット浮動小数点
Definition:
Common.h:83
_MIX_DLL_API
#define _MIX_DLL_API
DLLインポート定義
Definition:
Common.h:38
Mix
Timer.h
Generated on Mon Mar 21 2016 10:58:26 for ランタイム by
1.8.9.1