5class GatheringServerInfo {
9 ::ll::TypedStorage<8, 32, ::std::string> mGatheringId;
10 ::ll::TypedStorage<8, 32, ::std::string> mGatheringIdAsCreatorName;
11 ::ll::TypedStorage<8, 32, ::std::string> mTitle;
16 GatheringServerInfo();
21 MCAPI GatheringServerInfo(::GatheringServerInfo
const&);
24 MCAPI GatheringServerInfo(::std::string
const& gatheringId, ::std::string
const& gatheringTitle);
26 MCFOLD ::std::string
const& getCreatorName()
const;
28 MCFOLD ::std::string
const& getGatheringId()
const;
30 MCFOLD
bool isValid()
const;
32 MCFOLD ::GatheringServerInfo& operator=(::GatheringServerInfo&&);
35 MCFOLD ::GatheringServerInfo& operator=(::GatheringServerInfo
const&);
37 MCAPI ~GatheringServerInfo();
43 MCFOLD
void* $ctor(::GatheringServerInfo
const&);
46 MCAPI
void* $ctor(::std::string
const& gatheringId, ::std::string
const& gatheringTitle);