Go to the source code of this file.
|  | 
| struct | uno_Enterable | 
|  | A struct pReserved needs to point to, if implementing a purpose environment.  More... 
 | 
|  | 
|  | 
| typedef void | uno_Enterable_enter(void *context) | 
|  | Generic function type declaration for entering an Environment. 
 | 
|  | 
| typedef void | uno_Enterable_leave(void *context) | 
|  | Generic function type declaration for leaving an Environment. 
 | 
|  | 
| typedef void | uno_Enterable_callInto_v(void *context, uno_EnvCallee *pCallee, va_list *pParam) | 
|  | Generic function type declaration for calling into an Environment. 
 | 
|  | 
| typedef void | uno_Enterable_callOut_v(void *context, uno_EnvCallee *pCallee, va_list *pParam) | 
|  | Generic function type declaration for calling out of an Environment. 
 | 
|  | 
| typedef int | uno_Enterable_isValid_v(void *context, rtl_uString **ppReason) | 
|  | Generic function type declaration for checking if calling on managed object is valid. 
 | 
|  | 
◆ uno_Enterable_callInto_v
      
        
          | typedef void uno_Enterable_callInto_v(void *context, uno_EnvCallee *pCallee, va_list *pParam) | 
      
 
 
◆ uno_Enterable_callOut_v
      
        
          | typedef void uno_Enterable_callOut_v(void *context, uno_EnvCallee *pCallee, va_list *pParam) | 
      
 
 
◆ uno_Enterable_enter
      
        
          | typedef void uno_Enterable_enter(void *context) | 
      
 
 
◆ uno_Enterable_isValid_v
      
        
          | typedef int uno_Enterable_isValid_v(void *context, rtl_uString **ppReason) | 
      
 
 
◆ uno_Enterable_leave
      
        
          | typedef void uno_Enterable_leave(void *context) |