OROCHI
 
Loading...
Searching...
No Matches
GxGuid Class Reference

GUID生成クラス More...

#include <GxGuid.h>

Public Member Functions

初期化
 GxGuid (void)
 デフォルトコンストラクタ
 
 GxGuid (u128 guid)
 コンストラクタ
 
アクセサ
void reset (void)
 再度IDを割り当てる
 
GX_FORCE_INLINE GX_CSTR getKey (void) const
 キーを取得
 
constexpr u128 getID (void) const
 GUIDを取得
 
constexpr void setID (u128 id)
 GUIDを設定
 
void toString (GxString &text) const
 文字列に変換
 
void fromString (GX_CSTR text)
 文字列から設定
 

Static Public Attributes

定義
static constexpr u32 BUFFER_SIZE = 16
 

Detailed Description

GUID生成クラス

Member Function Documentation

◆ fromString()

void GxGuid::fromString ( GX_CSTR text)

文字列から設定

Parameters
text[in] 文字列(16進数)
Here is the caller graph for this function:

◆ toString()

void GxGuid::toString ( GxString & text) const

文字列に変換

Parameters
text[out] 文字列(16進数)
Here is the caller graph for this function:

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