Photon C++ Client API
4.1.12.2
|
MutableRoom Member List
This is the complete list of members for MutableRoom, including all inherited members.
| addCustomProperties(const Common::Hashtable &customProperties, const Common::Hashtable &expectedCustomProperties=Common::Hashtable(), const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| addCustomProperty(const ktype &key, const vtype &value, const Common::Hashtable &expectedCustomProperties=Common::Hashtable(), const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| addCustomProperty(const ktype &key, const vtype pValueArray, typename Common::Helpers::ArrayLengthType< vtype >::type arrSize, const Common::Hashtable &expectedCustomProperties=Common::Hashtable(), const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| addCustomProperty(const ktype &key, const vtype pValueArray, const short *pArrSizes, const Common::Hashtable &expectedCustomProperties=Common::Hashtable(), const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| getCustomProperties(void) const | Room | |
| getDebugOutputLevel(void) | Base | static |
| getDirectMode(void) const | Room | |
| getEmptyRoomTtl(void) const (defined in MutableRoom) | MutableRoom | |
| getExpectedUsers(void) const (defined in MutableRoom) | MutableRoom | |
| getIsOpen(void) const | Room | |
| getIsVisible(void) const (defined in MutableRoom) | MutableRoom | |
| getLogFormatOptions(void) | Base | static |
| getMasterClientID(void) const (defined in MutableRoom) | MutableRoom | |
| getMaxPlayers(void) const | Room | |
| getName(void) const | Room | |
| getPlayerCount(void) const | MutableRoom | virtual |
| getPlayerForNumber(int playerNumber) const (defined in MutableRoom) | MutableRoom | |
| getPlayers(void) const (defined in MutableRoom) | MutableRoom | |
| getPlayerTtl(void) const (defined in MutableRoom) | MutableRoom | |
| getPlugins(void) const (defined in MutableRoom) | MutableRoom | |
| getPropsListedInLobby(void) const (defined in MutableRoom) | MutableRoom | |
| getPublishUserID(void) const (defined in MutableRoom) | MutableRoom | |
| getSuppressRoomEvents(void) const (defined in MutableRoom) | MutableRoom | |
| mergeCustomProperties(const Common::Hashtable &customProperties, const Common::Hashtable &expectedCustomProperties=Common::Hashtable(), const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| MutableRoom(const MutableRoom &toCopy) (defined in MutableRoom) | MutableRoom | |
| operator=(const Room &toCopy) | MutableRoom | virtual |
| operator=(const MutableRoom &toCopy) (defined in MutableRoom) | MutableRoom | virtual |
| operator==(const Room &room) const | Room | |
| removeCustomProperties(const ktype *keys, unsigned int count, const Common::Hashtable &expectedCustomProperties=Common::Hashtable(), const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| removeCustomProperty(const ktype &key, const Common::Hashtable &expectedCustomProperties=Common::Hashtable(), const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| Room(const Room &toCopy) | Room | |
| setDebugOutputLevel(int debugLevel) | Base | static |
| setExpectedUsers(const Common::JVector< Common::JString > &expectedUsers, const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| setIsOpen(bool isOpen, const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| setIsVisible(bool isVisible, const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| setListener(const BaseListener *baseListener) | Base | static |
| setLogFormatOptions(const LogFormatOptions &options) | Base | static |
| setMaxPlayers(nByte maxPlayers, const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| setPropsListedInLobby(const Common::JVector< Common::JString > &propsListedInLobby, const Common::JVector< Common::JString > &expectedList=Common::JVector< Common::JString >(), const WebFlags &webflags=WebFlags()) (defined in MutableRoom) | MutableRoom | |
| toString(bool withTypes=false, bool withCustomProperties=false, bool withPlayers=false) const (defined in MutableRoom) | MutableRoom | virtual |
| ExitGames::LoadBalancing::Room::toString(Common::JString &retStr, bool withTypes=false) const | Room | virtual |
| ExitGames::LoadBalancing::Room::toString(bool withTypes, bool withCustomProperties) const | Room | virtual |
| ExitGames::Common::Base::toString(bool withTypes=false) const | ToString | |
| typeToString(void) const | ToString | virtual |
| ~Base(void) | Base | virtual |
| ~MutableRoom(void) (defined in MutableRoom) | MutableRoom | virtual |
| ~Room(void) | Room | virtual |
| ~ToString(void) | ToString | virtual |
Photon C++ Client API