証明書受信者のコンテナを表現するクラスです。
More...
#include <PtlRecipients.h>
◆ PtlRecipients() [1/2]
PdfTk::PtlRecipients::PtlRecipients |
( |
| ) |
|
◆ PtlRecipients() [2/2]
コピーコンストラクタ alias copy
- Parameters
-
- Exceptions
-
◆ append()
void PdfTk::PtlRecipients::append |
( |
PtlRecipient & |
recipient | ) |
|
受信者追加。
受信者を追加します。
- Parameters
-
◆ get()
受信者を取得。
指定した番号の受信者を取得します。
- Parameters
-
index | Index番号。0が先頭。
indexが負や検索結果数以上の場合は、例外が発生します。 |
- Returns
- PtlRecipient。
- Exceptions
-
◆ getCount()
int PdfTk::PtlRecipients::getCount |
( |
| ) |
const |
PtlRecipientの数を取得。
- Returns
- PtlRecipient数。
- Exceptions
-
◆ isEmpty()
bool PdfTk::PtlRecipients::isEmpty |
( |
| ) |
const |
空かどうかを取得。
- Returns
- true: 空、false: 空ではない。
- Exceptions
-
◆ operator=()
コピーオペレータ alias copy
- Parameters
-