BloombergLP::bslmt::EntryPointFunctorAdapter_Base

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>

class EntryPointFunctorAdapter_Base;

Type Aliases

NameDescription
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

NameDescription
function Return the function supplied at construction.

Protected Member Functions

NameDescription
EntryPointFunctorAdapter_Base [constructor]Create a new object holding the specified function.