[#BloombergLP-bslmt-EntryPointFunctorAdapter_Base] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::EntryPointFunctorAdapter_Base :relfileprefix: ../../ :mrdocs: This component‐private type provides a non‐templated view of `EntryPointFunctorAdapter` for accessing the invoker function. Do not use outside this component. == Synopsis Declared in `<bslmt_entrypointfunctoradapter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class EntryPointFunctorAdapter_Base; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/EntryPointFunctorAdapter_Base/InvokerFunction.adoc[`InvokerFunction`] | `InvokerFunction` is an alias for the type of function pointer held in an EntryPointFunctorAdapter_Base. Instances of the function are intended to interpret their argument as an `EntryPointFunctorAdapter<TYPE>*`. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/EntryPointFunctorAdapter_Base/function.adoc[`function`] | Return the function supplied at construction. |=== == Protected Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/EntryPointFunctorAdapter_Base/2constructor.adoc[`EntryPointFunctorAdapter_Base`] [.small]#[constructor]# | Create a new object holding the specified `function`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#