(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: cppu ::

class Enterable


Base Classes
uno_Enterable (public)
  |  
  +--Enterable
Known Derived Classes
None.

virtual abstract interface template
YES YES YES NO
Summary
C++ wrapper for binary C Enterable (http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Stack)
See Also
uno_Enterable
Since
UDK 3.2.7
File
Enterable.hxx

Public Members

Methods

virtual void
v_enter( void ) = 0;
virtual void
v_leave( void ) = 0;
virtual void
v_callInto_v( uno_EnvCallee * pCallee, va_list * pParam ) = 0;
virtual void
v_callOut_v( uno_EnvCallee * pCallee, va_list * pParam ) = 0;
virtual int
v_isValid( rtl::OUString * pReason ) = 0;
virtual
~Enterable( );
explicit
Enterable( void );
void
enter( void );
void
leave( void );
void
callInto_v( uno_EnvCallee * pCallee, va_list * pParam );
void
callOut_v( uno_EnvCallee * pCallee, va_list * pParam );
void
callInto( uno_EnvCallee * pCallee, ... );
void
callOut( uno_EnvCallee * pCallee, ... );
int
isValid( rtl::OUString * pReason );

Private Members

Methods


Enterable( const Enterable & );
Enterable &
operator=( const Enterable & );

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.