Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RootCpArgs Struct Reference

Definition at line 78 of file rootcp.cxx.

Public Types

enum class  EPrintUsage { kNo , kShort , kLong }

Public Attributes

std::optional< intfCompression = std::nullopt
EPrintUsage fPrintHelp = EPrintUsage::kNo
bool fRecreate = false
bool fRecursive = false
bool fReplace = false
std::vector< std::string > fSources

Member Enumeration Documentation

◆ EPrintUsage

enum class RootCpArgs::EPrintUsage
strong
Enumerator
kNo 
kShort 
kLong 

Definition at line 79 of file rootcp.cxx.

Member Data Documentation

◆ fCompression

std::optional<int> RootCpArgs::fCompression = std::nullopt

Definition at line 85 of file rootcp.cxx.

◆ fPrintHelp

EPrintUsage RootCpArgs::fPrintHelp = EPrintUsage::kNo

Definition at line 84 of file rootcp.cxx.

◆ fRecreate

bool RootCpArgs::fRecreate = false

Definition at line 86 of file rootcp.cxx.

◆ fRecursive

bool RootCpArgs::fRecursive = false

Definition at line 88 of file rootcp.cxx.

◆ fReplace

bool RootCpArgs::fReplace = false

Definition at line 87 of file rootcp.cxx.

◆ fSources

std::vector<std::string> RootCpArgs::fSources

Definition at line 89 of file rootcp.cxx.

Collaboration diagram for RootCpArgs:
[legend]

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