LibreOffice Module helpcompiler (master) 1
Public Member Functions | Public Attributes | List of all members
StreamTable Class Reference

#include <HelpCompiler.hxx>

Public Member Functions

 StreamTable ()
 
void dropappl ()
 
 ~StreamTable ()
 

Public Attributes

std::string document_path
 
std::string document_module
 
std::string document_title
 
std::unique_ptr< std::vector< std::string > > appl_hidlist
 
std::unique_ptr< Hashtableappl_keywords
 
std::unique_ptr< Stringtableappl_helptexts
 
xmlDocPtr appl_doc
 

Detailed Description

Definition at line 129 of file HelpCompiler.hxx.

Constructor & Destructor Documentation

◆ StreamTable()

StreamTable::StreamTable ( )
inline

Definition at line 141 of file HelpCompiler.hxx.

◆ ~StreamTable()

StreamTable::~StreamTable ( )
inline

Definition at line 151 of file HelpCompiler.hxx.

References dropappl().

Member Function Documentation

◆ dropappl()

void StreamTable::dropappl ( )
inline

Definition at line 144 of file HelpCompiler.hxx.

References appl_doc, appl_helptexts, appl_hidlist, and appl_keywords.

Referenced by HelpCompiler::compile(), and ~StreamTable().

Member Data Documentation

◆ appl_doc

xmlDocPtr StreamTable::appl_doc

Definition at line 139 of file HelpCompiler.hxx.

Referenced by HelpCompiler::compile(), dropappl(), and HelpLinker::link().

◆ appl_helptexts

std::unique_ptr<Stringtable> StreamTable::appl_helptexts

Definition at line 138 of file HelpCompiler.hxx.

Referenced by HelpCompiler::compile(), dropappl(), and HelpLinker::link().

◆ appl_hidlist

std::unique_ptr< std::vector<std::string> > StreamTable::appl_hidlist

Definition at line 136 of file HelpCompiler.hxx.

Referenced by HelpCompiler::compile(), dropappl(), and HelpLinker::link().

◆ appl_keywords

std::unique_ptr<Hashtable> StreamTable::appl_keywords

Definition at line 137 of file HelpCompiler.hxx.

Referenced by HelpCompiler::compile(), dropappl(), and HelpLinker::link().

◆ document_module

std::string StreamTable::document_module

Definition at line 133 of file HelpCompiler.hxx.

Referenced by HelpCompiler::compile(), and HelpLinker::link().

◆ document_path

std::string StreamTable::document_path

Definition at line 132 of file HelpCompiler.hxx.

Referenced by HelpCompiler::compile(), and HelpLinker::link().

◆ document_title

std::string StreamTable::document_title

Definition at line 134 of file HelpCompiler.hxx.

Referenced by HelpCompiler::compile(), and HelpLinker::link().


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