:: com :: sun :: star :: util ::

struct AtomClassRequest

Elements' Summary
atomClass the class of the atoms described in member AtomClassRequest::atoms().  
atoms the atoms requested from class AtomClassRequest::atomClass().  
Elements' Details
atomClass
long atomClass;
Description
the class of the atoms described in member AtomClassRequest::atoms().
atoms
sequence< long > atoms;
Description
the atoms requested from class AtomClassRequest::atomClass().
Top of Page