PhoenixLecture  2.0.0
Set of tools to make lectures
SplitArgument Struct Reference

arguments of the phoenix_srcsplittexdir program More...

+ Collaboration diagram for SplitArgument:

Public Attributes

bool isPlatexMode {false}
 true to add begin and end environnement in the output file, false otherwise More...
 
bool keepComment {false}
 true to keep the comments of the targeted language in the output file More...
 
bool keepTex {false}
 true to keep the ptex comment, false otherwise More...
 
PVecPath listIgnoreDir
 Directory to be ignored. More...
 
PVecPath listInputFile
 list of the input files or directories More...
 
PPath outputDir {"./"}
 name of the output directory More...
 
bool removefirstcomment {false}
 remove the first comment of the file More...
 

Detailed Description

arguments of the phoenix_srcsplittexdir program

Definition at line 15 of file main.cpp.

Member Data Documentation

◆ isPlatexMode

bool SplitArgument::isPlatexMode {false}

true to add begin and end environnement in the output file, false otherwise

Definition at line 27 of file main.cpp.

Referenced by main(), and processFileOrDir().

◆ keepComment

bool SplitArgument::keepComment {false}

true to keep the comments of the targeted language in the output file

Definition at line 21 of file main.cpp.

Referenced by main(), and processFileOrDir().

◆ keepTex

bool SplitArgument::keepTex {false}

true to keep the ptex comment, false otherwise

Definition at line 23 of file main.cpp.

Referenced by main(), and processFileOrDir().

◆ listIgnoreDir

PVecPath SplitArgument::listIgnoreDir

Directory to be ignored.

Definition at line 29 of file main.cpp.

Referenced by main(), and processFileOrDir().

◆ listInputFile

PVecPath SplitArgument::listInputFile

list of the input files or directories

Definition at line 19 of file main.cpp.

Referenced by main(), and processListFile().

◆ outputDir

PPath SplitArgument::outputDir {"./"}

name of the output directory

Definition at line 17 of file main.cpp.

Referenced by main(), and processListFile().

◆ removefirstcomment

bool SplitArgument::removefirstcomment {false}

remove the first comment of the file

Definition at line 25 of file main.cpp.

Referenced by main(), and processFileOrDir().


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