50template<
typename TYP,
typename VAL = LPCTSTR>
67 template<
typename TYPS>
68 static bool Get(TYP& _key, VAL& _val, INDEX index,
const TYPS& ts)
89 template<
typename TYPS>
90 static VAL
Find(
const TYP&
key,
const TYPS& ts,
const VAL& def = VAL())
112 template<
typename TYPS>
113 static VAL
FindString(
const TYP&
key,
const TYPS& ts,
const VAL& def = VAL())
134 template<
typename TYPS>
135 static TYP
FindKey(
const VAL&
val,
const TYPS& ts,
const TYP& def = TYP())
#define loop(VAR, CNT)
loop構文.
static VAL FindString(const TYP &key, const TYPS &ts, const VAL &def=VAL())
[検索] 値検索
static TYP FindKey(const VAL &val, const TYPS &ts, const TYP &def=TYP())
[検索] キー検索
static VAL Find(const TYP &key, const TYPS &ts, const VAL &def=VAL())
[検索] 値検索
static bool Get(TYP &_key, VAL &_val, INDEX index, const TYPS &ts)
[取得] 取得
int Compare(LPCSTR P1, LPCSTR P2, INT_PTR len=-1, DWORD dwCmpFlags=0)
[比較] 文字列比較(ASCII/SJIS用)
void IgnoreUnusedValue(const T &value)
[宣言] 参照しない値宣言.