![]() |
Nuitrack 1.5.0
3D スケルトン トラッキング ミドルウェア
|
issue に関する一般的な情報を保存します。詳細...
#include <Issue.h>

Public Types | |
| typedef std::shared_ptr< Issue > | Ptr |
| � | Issue インスタンスにアクセスするためのスマート ポインター。 |
| � | |
Public メンバー関数 | |
| virtual std::string� | getName () const |
| � | issue 名を戻します。 |
| � | |
| IssueId� | getId () |
| � | issue 識別子を戻します。 |
| � | |
| � | Issue () |
| � | デフォルトの issue を生成します。 |
| � | |
| � | Issue (IssueId id, const std::string &name) |
| � | 識別子と名前から、issue オブジェクトを生成します。 |
| � | |
| void� | deleteString () |
| � | |
| � | Issue (const Issue &issue) |
| � | コンストラクターをコピーします。 |
| � | |
| void� | operator= (const Issue &issue) |
| � | オーバーロードされたコピー代入演算子 |
| � | |
Static Public メンバー関数 | |
| static std::string� | getType () |
| � | 問題の種類をストリングの形式で戻します。 |
| � | |
Protected 属性 | |
| IssueId� | _id |
| � | |
| char *� | _name |
| � | |
issue に関する一般的な情報を保存します。
すべての issue クラスの親クラス。
|
インライン |
名前の文字列表現によって占有されているメモリを開放します。
|
protected |
|
protected |