GameServer
クラス | 関数
ShopMaster.h ファイル
#include <map>
#include <vector>
ShopMaster.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

struct  ShopItem
 
class  ShopMaster
 

関数

bool operator< (const ShopItem &A, const ShopItem &B)
 
bool operator> (const ShopItem &A, const ShopItem &B)
 

関数詳解

◆ operator<()

bool operator< ( const ShopItem A,
const ShopItem B 
)

◆ operator>()

bool operator> ( const ShopItem A,
const ShopItem B 
)