6#ifndef PDFTK_PTLRECIPIENTS_H_
7#define PDFTK_PTLRECIPIENTS_H_
25 int getHandle()
const;
void append(PtlRecipient &recipient)
受信者追加。
PtlRecipients & operator=(const PtlRecipients &obj)
コピーオペレータ alias copy
PtlRecipients(const PtlRecipients &obj)
コピーコンストラクタ alias copy
PtlRecipient & get(int index)
受信者を取得。
bool isEmpty() const
空かどうかを取得。
int getCount() const
PtlRecipientの数を取得。