Methods of Class Environment
-
Environment
- Environment(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Constructor: acquires given environment
- Parameters
-
-
Environment
- Environment(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Copy constructor: acquires given environment
- Parameters
-
-
~Environment
- ~Environment() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Destructor: releases a set environment.
-
operator=
- Environment & operator=(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Sets a given environment, i.e. acquires given one and releases a set one.
- Parameters
-
- Return
this environment
-
operator=
- Environment & operator=(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Sets a given environment, i.e. acquires given one and releases a set one.
- Parameters
-
- Return
this environment
-
get
- uno_Environment * get() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Provides UNacquired pointer to the set C environment.
- Return
UNacquired pointer to the C environment struct
-
getTypeName
- ::rtl::OUString getTypeName() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Gets type name of set environment.
- Return
type name of set environment
-
getContext
- void * getContext() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Gets free context pointer of set environment.
- Return
free context pointer of set environment
-
is
- sal_Bool is() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Tests if a environment is set.
- Return
true, if a environment is set, false otherwise
-
clear
- void clear() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
Releases a set environment.
Top of Page
Copyright © 2003 Sun Microsystems, Inc.