LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScCompiler::Whitespace Struct Referencefinal

Public Member Functions

 Whitespace ()
 
void reset (sal_Unicode c)
 

Public Attributes

sal_Int32 nCount
 
sal_Unicode cChar
 

Detailed Description

Definition at line 337 of file compiler.hxx.

Constructor & Destructor Documentation

◆ Whitespace()

ScCompiler::Whitespace::Whitespace ( )
inline

Definition at line 342 of file compiler.hxx.

References nCount.

Member Function Documentation

◆ reset()

void ScCompiler::Whitespace::reset ( sal_Unicode  c)
inline

Definition at line 343 of file compiler.hxx.

References nCount.

Referenced by ScCompiler::addWhitespace().

Member Data Documentation

◆ cChar

sal_Unicode ScCompiler::Whitespace::cChar

Definition at line 340 of file compiler.hxx.

Referenced by ScCompiler::addWhitespace(), and ScCompiler::NextSymbol().

◆ nCount

sal_Int32 ScCompiler::Whitespace::nCount

Definition at line 339 of file compiler.hxx.

Referenced by ScCompiler::addWhitespace(), and ScCompiler::NextSymbol().


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