CTR-Pia  5.4.3
Game Communication Engine
 全て クラス ネームスペース 関数 変数 型定義 列挙型 列挙型の値 ページ
session.h
1 /*--------------------------------------------------------------------------------*
2  Copyright (C)Nintendo All rights reserved.
3 
4  These coded instructions, statements, and computer programs contain proprietary
5  information of Nintendo and/or its licensed developers and are protected by
6  national and international copyright laws. They may not be disclosed to third
7  parties or copied or duplicated in any form, in whole or in part, without the
8  prior written consent of Nintendo.
9 
10  The content herein is highly confidential and should be handled accordingly.
11  *--------------------------------------------------------------------------------*/
12 
13 
14 #pragma once
15 
16 #include <nn/pia/session/session_Definitions.h>
17 
18 /*!
19  @namespace nn::pia::session
20  @brief PiaSession の名前空間です。
21  PiaSession はゲーム参加者の集合となるセッション(集まり)の管理を行うセッション管理モジュールです。
22  */
23 namespace nn
24 {
25 namespace pia
26 {
27 namespace session
28 {
29 }
30 }
31 } // end of namespace nn::pia::session
32 
33 
34 #include <nn/pia/session/session_Api.h>
35 #include <nn/pia/session/session_Types.h>
36 #include <nn/pia/session/session_Session.h>
37 #include <nn/pia/session/session_ISessionInfoList.h>
38 #include <nn/pia/session/session_CreateSessionSetting.h>
39 #include <nn/pia/session/session_JoinRandomSessionSetting.h>
40 #include <nn/pia/session/session_JoinSessionSetting.h>
41 #include <nn/pia/session/session_SessionSearchCriteria.h>
42 #include <nn/pia/session/session_UpdateSessionSetting.h>
43 #include <nn/pia/session/session_SessionStationInfo.h>
44 #include <nn/pia/session/session_ICommunityInfoList.h>
45 #include <nn/pia/session/session_CreateCommunitySetting.h>
46 #include <nn/pia/session/session_JoinCommunitySetting.h>
47 #include <nn/pia/session/session_CommunitySearchCriteria.h>