Environment Guard The provided Environment becomes entered in the constructor and left in the destructor.
More...
#include <EnvGuards.hxx>
|
| EnvGuard (css::uno::Environment const &env) |
|
| ~EnvGuard () |
|
bool | is () const |
| Checks if the associated environment is non empty. More...
|
|
void | clear () |
| Leaves the associated environment and clears the reference. More...
|
|
Environment Guard The provided Environment becomes entered in the constructor and left in the destructor.
(http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Guard)
- Since
- UDK 3.2.7
◆ EnvGuard()
cppu::EnvGuard::EnvGuard |
( |
css::uno::Environment const & |
env | ) |
|
|
inlineexplicit |
◆ ~EnvGuard()
cppu::EnvGuard::~EnvGuard |
( |
| ) |
|
|
inline |
◆ clear()
void cppu::EnvGuard::clear |
( |
| ) |
|
|
inline |
Leaves the associated environment and clears the reference.
◆ is()
bool cppu::EnvGuard::is |
( |
| ) |
const |
|
inline |
Checks if the associated environment is non empty.
- Returns
- 0 == empty, 1 == non empty
The documentation for this class was generated from the following file: