Global Functions in Global Namespace C++
in Sourcefile sequence2.h
-
uno_sequence_assign
- extern "C"
void uno_sequence_assign(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Assigns a sequence.
- Parameters
ppDest |
destinstaion sequence
|
pSource |
source sequence
|
pTypeDescr |
type description of the sequence and NOT of an element
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
-
uno_sequence_construct
- extern "C"
sal_Bool uno_sequence_construct(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Constructs a new sequence with given elements.
- Parameters
ppSequence |
out parameter sequence;
0 if memory allocation has failed
|
pTypeDescr |
type description of the sequence and NOT of an
element
|
pElements |
if 0, then all elements are default constructed
|
len |
number of elements
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
-
uno_sequence_realloc
- extern "C"
sal_Bool uno_sequence_realloc(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Reallocates length of a sequence. This truncates a sequence or enlarges
it default constructing appended elements.
- Parameters
ppSequence |
inout sequence
|
pTypeDescr |
type description of sequence
|
nSize |
new size of sequence
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
-
uno_sequence_reference2One
- extern "C"
sal_Bool uno_sequence_reference2One(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Description
Assures that the reference count of the given sequence is one.
Otherwise a new copy of the sequence is created with a reference count
of one.
- Parameters
ppSequence |
inout sequence
|
pTypeDescr |
type description of sequence
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
-
uno_type_sequence_assign
- extern "C"
void uno_type_sequence_assign(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Assigns a sequence.
- Parameters
ppDest |
destinstaion sequence
|
pSource |
source sequence
|
pType |
type of the sequence and NOT of an element
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
-
uno_type_sequence_construct
- extern "C"
sal_Bool uno_type_sequence_construct(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Constructs a new sequence with given elements.
- Parameters
ppSequence |
out parameter sequence;
0 if memory allocation has failed
|
pType |
type of the sequence and NOT of an element
|
pElements |
if 0, then all elements are default constructed
|
len |
number of elements
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
-
uno_type_sequence_realloc
- extern "C"
sal_Bool uno_type_sequence_realloc(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
Reallocates length of a sequence. This truncates a sequence or enlarges
it default constructing appended elements.
- Parameters
ppSequence |
inout sequence
|
pType |
type of sequence
|
nSize |
new size of sequence
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
-
uno_type_sequence_reference2One
- extern "C"
sal_Bool uno_type_sequence_reference2One(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Description
Assures that the reference count of the given sequence is one.
Otherwise a new copy of the sequence is created with a reference count
of one.
- Parameters
ppSequence |
inout sequence
|
pType |
type of sequence
|
acquire |
function called each time an interface needs to
be acquired; defaults (0) to uno
|
release |
function called each time an interface needs to
be released; defaults (0) to uno
|
- Return
false, if memoray allocation has failed
Top of Page
Copyright © 2003 Sun Microsystems, Inc.