LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwFormTokensHelper Class Reference

Helper class that converts vectors of tokens to strings and vice versa. More...

#include <tox.hxx>

Public Member Functions

 SwFormTokensHelper (std::u16string_view aStr)
 constructor More...
 
const SwFormTokensGetTokens () const
 Returns vector of tokens. More...
 

Private Attributes

SwFormTokens m_Tokens
 the tokens More...
 

Detailed Description

Helper class that converts vectors of tokens to strings and vice versa.

Definition at line 292 of file tox.hxx.

Constructor & Destructor Documentation

◆ SwFormTokensHelper()

SwFormTokensHelper::SwFormTokensHelper ( std::u16string_view  aStr)

constructor

Parameters
rStrstring representation of the tokens

Definition at line 925 of file tox.cxx.

References lcl_BuildToken(), and m_Tokens.

Member Function Documentation

◆ GetTokens()

const SwFormTokens & SwFormTokensHelper::GetTokens ( ) const
inline

Returns vector of tokens.

Returns
vector of tokens

Definition at line 310 of file tox.hxx.

References m_Tokens.

Member Data Documentation

◆ m_Tokens

SwFormTokens SwFormTokensHelper::m_Tokens
private

the tokens

Definition at line 295 of file tox.hxx.

Referenced by GetTokens(), and SwFormTokensHelper().


The documentation for this class was generated from the following files: