LibreOffice Module sal (master) 1
Public Attributes | List of all members
_sal_Sequence Struct Reference

This is the binary specification of a SAL sequence. More...

#include <types.h>

Public Attributes

sal_Int32 nRefCount
 reference count of sequence
More...
 
sal_Int32 nElements
 element count
More...
 
char elements [1]
 elements array
More...
 

Detailed Description

This is the binary specification of a SAL sequence.

Definition at line 303 of file types.h.

Member Data Documentation

◆ elements

char _sal_Sequence::elements[1]

elements array

Definition at line 313 of file types.h.

◆ nElements

sal_Int32 _sal_Sequence::nElements

element count

Definition at line 310 of file types.h.

◆ nRefCount

sal_Int32 _sal_Sequence::nRefCount

reference count of sequence

Definition at line 307 of file types.h.


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