Definition at line 78 of file rootcp.cxx.
Public Types | |
| enum class | EPrintUsage { kNo , kShort , kLong } |
Public Attributes | |
| std::optional< int > | fCompression = std::nullopt |
| EPrintUsage | fPrintHelp = EPrintUsage::kNo |
| bool | fRecreate = false |
| bool | fRecursive = false |
| bool | fReplace = false |
| std::vector< std::string > | fSources |
|
strong |
| Enumerator | |
|---|---|
| kNo | |
| kShort | |
| kLong | |
Definition at line 79 of file rootcp.cxx.
| std::optional<int> RootCpArgs::fCompression = std::nullopt |
Definition at line 85 of file rootcp.cxx.
| EPrintUsage RootCpArgs::fPrintHelp = EPrintUsage::kNo |
Definition at line 84 of file rootcp.cxx.
| bool RootCpArgs::fRecreate = false |
Definition at line 86 of file rootcp.cxx.
| bool RootCpArgs::fRecursive = false |
Definition at line 88 of file rootcp.cxx.
| bool RootCpArgs::fReplace = false |
Definition at line 87 of file rootcp.cxx.
| std::vector<std::string> RootCpArgs::fSources |
Definition at line 89 of file rootcp.cxx.