Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
template< typename reference_type >
virtual | abstract | interface | template |
NO | NO | NO | YES |
Methods |
|
Reference( ); |
Constructor... |
Reference( reference_type * pBody ); |
Constructor... |
Reference( const Reference< reference_type > & handle ); |
Copy constructor... |
~Reference( ); |
Destructor... |
Reference< reference_type > & set( reference_type * pBody ); |
Set... Similar to assignment. |
Reference< reference_type > & operator=( const Reference< reference_type > & handle ); |
|
Reference< reference_type > & operator=( reference_type * pBody ); |
Assignment... |
Reference< reference_type > & clear( ); |
|
reference_type * get( ) const; |
|
reference_type * operator->( ) const; |
Probably most common used: handle->someBodyOp(). |
reference_type & operator*( ) const; |
Allows (*handle).someBodyOp(). |
sal_Bool is( ) const; |
Returns True if the handle does point to a valid body. |
sal_Bool operator==( const reference_type * pBody ) const; |
Returns True if this points to pBody. |
sal_Bool operator==( const Reference< reference_type > & handle ) const; |
Returns True if handle points to the same body. |
sal_Bool operator!=( const Reference< reference_type > & handle ) const; |
Needed to place References into STL collection. |
sal_Bool operator<( const Reference< reference_type > & handle ) const; |
Needed to place References into STL collection. |
sal_Bool operator>( const Reference< reference_type > & handle ) const; |
Needed to place References into STL collection. |
Data |
|
reference_type * m_pBody; | The <b>reference_type</b> body pointer. |
Copyright © 2000, 2017 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.