LibreOffice Module svtools (master) 1
Public Member Functions | Public Attributes | List of all members
SvParser_Impl< T > Struct Template Reference

Public Member Functions

 SvParser_Impl ()
 

Public Attributes

OUString aToken
 
sal_uInt64 nFilePos
 
sal_uInt32 nlLineNr
 
sal_uInt32 nlLinePos
 
tools::Long nTokenValue
 
bool bTokenHasValue
 
nToken
 
sal_uInt32 nNextCh
 
nSaveToken
 
rtl_TextToUnicodeConverter hConv
 
rtl_TextToUnicodeContext hContext
 

Detailed Description

template<typename T>
struct SvParser_Impl< T >

Definition at line 35 of file svparser.cxx.

Constructor & Destructor Documentation

◆ SvParser_Impl()

template<typename T >
SvParser_Impl< T >::SvParser_Impl ( )
inline

Definition at line 50 of file svparser.cxx.

Member Data Documentation

◆ aToken

template<typename T >
OUString SvParser_Impl< T >::aToken

Definition at line 37 of file svparser.cxx.

◆ bTokenHasValue

template<typename T >
bool SvParser_Impl< T >::bTokenHasValue

Definition at line 42 of file svparser.cxx.

◆ hContext

template<typename T >
rtl_TextToUnicodeContext SvParser_Impl< T >::hContext

Definition at line 48 of file svparser.cxx.

◆ hConv

template<typename T >
rtl_TextToUnicodeConverter SvParser_Impl< T >::hConv

Definition at line 47 of file svparser.cxx.

◆ nFilePos

template<typename T >
sal_uInt64 SvParser_Impl< T >::nFilePos

Definition at line 38 of file svparser.cxx.

◆ nlLineNr

template<typename T >
sal_uInt32 SvParser_Impl< T >::nlLineNr

Definition at line 39 of file svparser.cxx.

◆ nlLinePos

template<typename T >
sal_uInt32 SvParser_Impl< T >::nlLinePos

Definition at line 40 of file svparser.cxx.

◆ nNextCh

template<typename T >
sal_uInt32 SvParser_Impl< T >::nNextCh

Definition at line 44 of file svparser.cxx.

◆ nSaveToken

template<typename T >
T SvParser_Impl< T >::nSaveToken

Definition at line 45 of file svparser.cxx.

◆ nToken

template<typename T >
T SvParser_Impl< T >::nToken

Definition at line 43 of file svparser.cxx.

◆ nTokenValue

template<typename T >
tools::Long SvParser_Impl< T >::nTokenValue

Definition at line 41 of file svparser.cxx.


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