ルームグループのフォーマット  
 More...
#include <RoomGroupList.hpp>
|  | 
|  | RoomGroupEntry () noexcept | 
|  | RoomGroupEntry オブジェクトをデフォルト構築する。 
 | 
|  | 
|  | RoomGroupEntry (const std::uint32_t id, const std::string &name, const std::string &nickname) noexcept | 
|  | RoomGroupEntry オブジェクトを初期値付きで構築する。 
 | 
|  | 
| std::uint32_t | GetId () const noexcept | 
|  | ルームグループのIDを取得する。 
 | 
|  | 
| void | SetId (std::uint32_t id) noexcept | 
|  | ルームグループのIDを設定する。 
 | 
|  | 
| std::string | GetName () const noexcept | 
|  | ルームグループのネームを取得する。 
 | 
|  | 
| void | SetName (const std::string &name) noexcept | 
|  | ルームグループのネームを設定する。 
 | 
|  | 
| std::string | GetNickname () const noexcept | 
|  | ルームグループのニックネームを取得する。 
 | 
|  | 
| void | SetNickname (const std::string &nickname) noexcept | 
|  | ルームグループのニックネームを設定する。 
 | 
|  | 
| bool | operator== (const RoomGroupEntry &other) const noexcept | 
|  | ルームグループ同士を等値比較する 
 | 
|  | 
| bool | operator!= (const RoomGroupEntry &other) const noexcept | 
|  | ルームグループ同士を非等値比較する。 
 | 
|  | 
◆ RoomGroupEntry() [1/2]
  
  | 
        
          | zao::endpoint::control::RoomGroupEntry::RoomGroupEntry | ( |  | ) |  |  | inlinenoexcept | 
 
 
◆ RoomGroupEntry() [2/2]
  
  | 
        
          | zao::endpoint::control::RoomGroupEntry::RoomGroupEntry | ( | const std::uint32_t | id, |  
          |  |  | const std::string & | name, |  
          |  |  | const std::string & | nickname |  
          |  | ) |  |  |  | inlinenoexcept | 
 
RoomGroupEntry オブジェクトを初期値付きで構築する。 
- Parameters
- 
  
    | id | ルームグループのIDの初期値 |  | name | ルームグループのネームの初期値 |  | nickname | ルームグループのニックネームの初期値 |  
 
 
 
◆ operator!=()
  
  | 
        
          | bool zao::endpoint::control::RoomGroupEntry::operator!= | ( | const RoomGroupEntry & | other | ) | const |  | inlinenoexcept | 
 
ルームグループ同士を非等値比較する。 
- Parameters
- 
  
  
- Return values
- 
  
  
 
 
◆ operator==()
  
  | 
        
          | bool zao::endpoint::control::RoomGroupEntry::operator== | ( | const RoomGroupEntry & | other | ) | const |  | inlinenoexcept | 
 
ルームグループ同士を等値比較する 
- Parameters
- 
  
  
- Return values
- 
  
  
 
 
◆ SetId()
  
  | 
        
          | void zao::endpoint::control::RoomGroupEntry::SetId | ( | std::uint32_t | id | ) |  |  | inlinenoexcept | 
 
ルームグループのIDを設定する。 
- Parameters
- 
  
  
 
 
◆ SetName()
  
  | 
        
          | void zao::endpoint::control::RoomGroupEntry::SetName | ( | const std::string & | name | ) |  |  | inlinenoexcept | 
 
ルームグループのネームを設定する。 
- Parameters
- 
  
  
 
 
◆ SetNickname()
  
  | 
        
          | void zao::endpoint::control::RoomGroupEntry::SetNickname | ( | const std::string & | nickname | ) |  |  | inlinenoexcept | 
 
ルームグループのニックネームを設定する。 
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following file:
- /home/jenkins/workspace/J2412.zao_sdk_jetson.build/zep_sdk/libzao-endpoint/include/zao/endpoint/control/RoomGroupList.hpp