20 #ifndef INCLUDED_uno_Enterable_h
21 #define INCLUDED_uno_Enterable_h
uno_Enterable_enter * m_enter
Definition: Enterable.h:91
uno_Enterable_callInto_v * m_callInto_v
Definition: Enterable.h:93
void uno_Enterable_callOut_v(void *context, uno_EnvCallee *pCallee, va_list *pParam)
Generic function type declaration for calling out of an Environment.
Definition: Enterable.h:69
void uno_Enterable_callInto_v(void *context, uno_EnvCallee *pCallee, va_list *pParam)
Generic function type declaration for calling into an Environment.
Definition: Enterable.h:58
uno_Enterable_callOut_v * m_callOut_v
Definition: Enterable.h:94
uno_Enterable_isValid_v * m_isValid
Definition: Enterable.h:95
void uno_EnvCallee(va_list *pParam)
Typedef for variable argument function.
Definition: environment.h:338
void uno_Enterable_enter(void *context)
Generic function type declaration for entering an Environment.
Definition: Enterable.h:38
A struct pReserved needs to point to, if implementing a purpose environment.
Definition: Enterable.h:89
uno_Enterable_leave * m_leave
Definition: Enterable.h:92
int uno_Enterable_isValid_v(void *context, rtl_uString **ppReason)
Generic function type declaration for checking if calling on managed object is valid.
Definition: Enterable.h:81
void uno_Enterable_leave(void *context)
Generic function type declaration for levaing an Environment.
Definition: Enterable.h:47