LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
TokenId Struct Reference

#include <tokstack.hxx>

Public Member Functions

 TokenId ()
 
 TokenId (sal_uInt16 n)
 
 TokenId (const TokenId &r)
 
TokenIdoperator= (const TokenId &r)
 
TokenIdoperator= (sal_uInt16 n)
 
 operator const sal_uInt16 & () const
 

Public Attributes

sal_uInt16 nId
 

Detailed Description

Definition at line 40 of file tokstack.hxx.

Constructor & Destructor Documentation

◆ TokenId() [1/3]

TokenId::TokenId ( )
inline

Definition at line 44 of file tokstack.hxx.

◆ TokenId() [2/3]

TokenId::TokenId ( sal_uInt16  n)
inline

Definition at line 45 of file tokstack.hxx.

References n.

◆ TokenId() [3/3]

TokenId::TokenId ( const TokenId r)
inline

Definition at line 46 of file tokstack.hxx.

Member Function Documentation

◆ operator const sal_uInt16 &()

TokenId::operator const sal_uInt16 & ( ) const
inline

Definition at line 49 of file tokstack.hxx.

References nId.

◆ operator=() [1/2]

TokenId & TokenId::operator= ( const TokenId r)
inline

Definition at line 47 of file tokstack.hxx.

References nId.

◆ operator=() [2/2]

TokenId & TokenId::operator= ( sal_uInt16  n)
inline

Definition at line 48 of file tokstack.hxx.

References n, and nId.

Member Data Documentation

◆ nId

sal_uInt16 TokenId::nId

Definition at line 42 of file tokstack.hxx.

Referenced by operator const sal_uInt16 &(), and operator=().


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