Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
alt::MiddleLibrary クラス

MiddleLibraryプロジェクトのメインクラス [詳解]

#include <MiddleLibrary.h>

公開メンバ関数

virtual VOID debug (LPCTSTR lpctszMsg)
 
virtual DWORD GetErrNo ()
 
TString GetFormattedDateTime (SYSTEMTIME &systemTime)
 
DWORD GetPID ()
 
TString GetProfileStr (LPCTSTR lpctszSection, LPCTSTR lpctszKeyword)
 
UINT GetProfileValue (LPCTSTR lpctszSection, LPCTSTR lpctszKeyword, UINT nDefault=UINT_MAX)
 
BOOL SetProfile (LPCTSTR lpctszFileName)
 

限定公開変数類

TString _profile
 

詳解

MiddleLibraryプロジェクトのメインクラス

MiddleLibrary.h18 行目に定義があります。

関数詳解

◆ debug()

VOID MiddleLibrary::debug ( LPCTSTR  lpctszMsg)
virtual

MiddleLibrary.cpp37 行目に定義があります。

◆ GetErrNo()

DWORD MiddleLibrary::GetErrNo ( )
virtual

MiddleLibrary.cpp32 行目に定義があります。

◆ GetFormattedDateTime()

TString MiddleLibrary::GetFormattedDateTime ( SYSTEMTIME &  systemTime)

MiddleLibrary.cpp85 行目に定義があります。

参照先 alt::TString::Ptr().

◆ GetPID()

DWORD alt::MiddleLibrary::GetPID ( )
inline

MiddleLibrary.h27 行目に定義があります。

◆ GetProfileStr()

TString MiddleLibrary::GetProfileStr ( LPCTSTR  lpctszSection,
LPCTSTR  lpctszKeyword 
)

MiddleLibrary.cpp52 行目に定義があります。

参照先 _profile, alt::TString::Ctr().

参照元 MiddleLibraryTest::TEST_CLASS().

◆ GetProfileValue()

UINT MiddleLibrary::GetProfileValue ( LPCTSTR  lpctszSection,
LPCTSTR  lpctszKeyword,
UINT  nDefault = UINT_MAX 
)

MiddleLibrary.cpp68 行目に定義があります。

参照先 _profile, alt::TString::Ctr().

参照元 MiddleLibraryTest::TEST_CLASS().

◆ SetProfile()

BOOL MiddleLibrary::SetProfile ( LPCTSTR  lpctszFileName)

MiddleLibrary.cpp73 行目に定義があります。

参照先 _profile, alt::FileUtility::IsExist().

参照元 MiddleLibraryTest::TEST_CLASS().

メンバ詳解

◆ _profile

TString alt::MiddleLibrary::_profile
protected

MiddleLibrary.h30 行目に定義があります。

参照元 GetProfileStr(), GetProfileValue(), SetProfile().


このクラス詳解は次のファイルから抽出されました: