[#btck-OutPointView] = xref:btck.adoc[btck]::OutPointView :relfileprefix: ../ :mrdocs: Non‐owning view over a `btck_TransactionOutPoint`. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class OutPointView : public xref:btck/View-041.adoc[View<btck_TransactionOutPoint>] , public xref:btck/OutPointApi-0b.adoc[OutPointApi<OutPointView>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:btck/View-041.adoc[View<btck_TransactionOutPoint>]` | Non‐owning view over a const C handle of type `CType.` | `xref:btck/OutPointApi-0b.adoc[OutPointApi<OutPointView>]` | CRTP mixin adding out‐point accessors shared by the view and owning types. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:btck/OutPointView/2constructor.adoc[`OutPointView`] [.small]#[constructor]# | Constructs a view over `ptr.` | xref:btck/OutPointView/Txid.adoc[`Txid`] | Returns the referenced transaction id. | xref:btck/OutPointView/get.adoc[`get`] | Returns the borrowed C handle. | xref:btck/OutPointView/index.adoc[`index`] | Returns the referenced output index within its transaction. |=== == Protected Data Members [cols="1,4"] |=== | Name| Description | xref:btck/OutPointView/m_ptr.adoc[`m_ptr`] | The borrowed C handle. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#