PDFTool.NET  7.0
Public Member Functions | Protected Attributes | List of all members
PdfTkNet::PtlRecipients Class Reference

証明書受信者のコンテナを表現するクラスです。 More...

#include <NetRecipients.h>

Inheritance diagram for PdfTkNet::PtlRecipients:
Inheritance graph
[legend]
Collaboration diagram for PdfTkNet::PtlRecipients:
Collaboration graph
[legend]

Public Member Functions

PdfTk::PtlRecipients * getNative ()
 
 PtlRecipients ()
 コンストラクタ More...
 
 PtlRecipients (PtlRecipients^ obj)
 コピーコンストラクタ alias copy More...
 
 ‾PtlRecipients ()
 デストラクタ
 
 !PtlRecipients ()
 ファイナライザ。
 
PtlRecipients operator= (PtlRecipients^ obj)
 コピーオペレータ alias copy More...
 
bool isEmpty ()
 空かどうかを取得。 More...
 
int getCount ()
 受信者数を取得。 More...
 
PtlRecipient get (int index)
 受信者を取得。 More...
 
void append (PtlRecipient^ recipient)
 受信者追加。 More...
 

Protected Attributes

PdfTk::PtlRecipients * m_native
 

Detailed Description

証明書受信者のコンテナを表現するクラスです。

Constructor & Destructor Documentation

◆ PtlRecipients() [1/2]

PdfTkNet::PtlRecipients::PtlRecipients ( )

コンストラクタ

Exceptions
PtlException

◆ PtlRecipients() [2/2]

PdfTkNet::PtlRecipients::PtlRecipients ( PtlRecipients obj)

コピーコンストラクタ alias copy

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ append()

void PdfTkNet::PtlRecipients::append ( PtlRecipient recipient)

受信者追加。

受信者を追加します。

Parameters
recipientPtlRecipient

◆ get()

PtlRecipient PdfTkNet::PtlRecipients::get ( int  index)

受信者を取得。

指定した番号の受信者を取得します。

Parameters
indexIndex番号。0が先頭。
indexが負や受信者数以上の場合は、例外が発生します。
Returns
受信者。
Exceptions
PtlException

◆ getCount()

int PdfTkNet::PtlRecipients::getCount ( )

受信者数を取得。

Returns
受信者数。
Exceptions
PtlException

◆ isEmpty()

bool PdfTkNet::PtlRecipients::isEmpty ( )

空かどうかを取得。

Returns
true: 空、false: 空ではない。
Exceptions
PtlException

◆ operator=()

PtlRecipients PdfTkNet::PtlRecipients::operator= ( PtlRecipients obj)

コピーオペレータ alias copy

Parameters
objコピー元オブジェクト。