LibreOffice Module helpcompiler (master) 1
Classes | Enumerations | Functions
fs Namespace Reference

Classes

class  path
 

Enumerations

enum  convert { native }
 

Functions

void create_directory (const fs::path &indexDirName)
 
void copy (const fs::path &src, const fs::path &dest)
 

Enumeration Type Documentation

◆ convert

Enumerator
native 

Definition at line 50 of file HelpCompiler.hxx.

Function Documentation

◆ copy()

void fs::copy ( const fs::path src,
const fs::path dest 
)

Definition at line 503 of file HelpCompiler.cxx.

References fs::path::data.

Referenced by HelpLinker::link().

◆ create_directory()

void fs::create_directory ( const fs::path indexDirName)