LibreOffice Module cppu (master) 1
Public Member Functions | Private Attributes | List of all members
cppu::AntiEnvGuard Class Reference

Environment Anti-Guard Any entered Environment becomes left in the constructor and re-entered in the destructor. More...

#include <EnvGuards.hxx>

Public Member Functions

 AntiEnvGuard ()
 
 ~AntiEnvGuard ()
 

Private Attributes

css::uno::Environment m_env
 

Detailed Description

Environment Anti-Guard Any entered Environment becomes left in the constructor and re-entered in the destructor.

(http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Environment_AntiGuard)

Available since: \n UDK 3.2.7

Definition at line 87 of file EnvGuards.hxx.

Constructor & Destructor Documentation

◆ AntiEnvGuard()

cppu::AntiEnvGuard::AntiEnvGuard ( )
inlineexplicit

Definition at line 92 of file EnvGuards.hxx.

References Environment, NULL, and uno_Environment_enter().

◆ ~AntiEnvGuard()

cppu::AntiEnvGuard::~AntiEnvGuard ( )
inline

Definition at line 98 of file EnvGuards.hxx.

References m_env.

Member Data Documentation

◆ m_env

css::uno::Environment cppu::AntiEnvGuard::m_env
private

Definition at line 89 of file EnvGuards.hxx.

Referenced by ~AntiEnvGuard().


The documentation for this class was generated from the following file: