LibreOffice Module l10ntools (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
CfgStackData Class Reference

#include <cfgmerge.hxx>

Public Member Functions

 CfgStackData (OString _sTag, OString _sId)
 
const OString & GetTagType () const
 
const OString & GetIdentifier () const
 

Private Attributes

OString sTagType
 
OString sIdentifier
 
OString sResTyp
 
OString sTextTag
 
OString sEndTextTag
 
OStringHashMap sText
 

Friends

class CfgParser
 
class CfgExport
 
class CfgMerge
 

Detailed Description

Definition at line 38 of file cfgmerge.hxx.

Constructor & Destructor Documentation

◆ CfgStackData()

CfgStackData::CfgStackData ( OString  _sTag,
OString  _sId 
)
inline

Definition at line 54 of file cfgmerge.hxx.

Member Function Documentation

◆ GetIdentifier()

const OString & CfgStackData::GetIdentifier ( ) const
inline

Definition at line 59 of file cfgmerge.hxx.

References sIdentifier.

◆ GetTagType()

const OString & CfgStackData::GetTagType ( ) const
inline

Definition at line 58 of file cfgmerge.hxx.

References sTagType.

Referenced by CfgParser::ExecuteAnalyzedToken(), and CfgParser::~CfgParser().

Friends And Related Function Documentation

◆ CfgExport

friend class CfgExport
friend

Definition at line 41 of file cfgmerge.hxx.

◆ CfgMerge

friend class CfgMerge
friend

Definition at line 42 of file cfgmerge.hxx.

◆ CfgParser

friend class CfgParser
friend

Definition at line 40 of file cfgmerge.hxx.

Member Data Documentation

◆ sEndTextTag

OString CfgStackData::sEndTextTag
private

Definition at line 50 of file cfgmerge.hxx.

Referenced by CfgParser::ExecuteAnalyzedToken(), and CfgMerge::WorkOnResourceEnd().

◆ sIdentifier

OString CfgStackData::sIdentifier
private

Definition at line 45 of file cfgmerge.hxx.

Referenced by GetIdentifier(), CfgExport::WorkOnResourceEnd(), and CfgMerge::WorkOnText().

◆ sResTyp

OString CfgStackData::sResTyp
private

◆ sTagType

OString CfgStackData::sTagType
private

Definition at line 44 of file cfgmerge.hxx.

Referenced by GetTagType().

◆ sText

OStringHashMap CfgStackData::sText
private

Definition at line 52 of file cfgmerge.hxx.

Referenced by CfgParser::AddText(), and CfgExport::WorkOnResourceEnd().

◆ sTextTag

OString CfgStackData::sTextTag
private

Definition at line 49 of file cfgmerge.hxx.

Referenced by CfgParser::ExecuteAnalyzedToken(), and CfgMerge::WorkOnResourceEnd().


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