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

Definition at line 121 of file rootls.cxx.

Public Types

enum  EFlags {
  kNone = 0x0 , kOneColumn = 0x1 , kLongListing = 0x2 , kTreeListing = 0x4 ,
  kRNTupleListing = 0x8 , kRecursiveListing = 0x10 , kForceAllCycles = 0x20
}
enum class  EPrintUsage { kNo , kShort , kLong }

Public Attributes

std::uint32_t fFlags = 0
EPrintUsage fPrintUsageAndExit = EPrintUsage::kNo
std::vector< RootSourcefSources

Member Enumeration Documentation

◆ EFlags

Enumerator
kNone 0x0 
kOneColumn 0x1 
kLongListing 0x2 
kTreeListing 0x4 
kRNTupleListing 0x8 
kRecursiveListing 0x10 
kForceAllCycles 0x20 

Definition at line 122 of file rootls.cxx.

◆ EPrintUsage

enum class RootLsArgs::EPrintUsage
strong
Enumerator
kNo 
kShort 
kLong 

Definition at line 132 of file rootls.cxx.

Member Data Documentation

◆ fFlags

std::uint32_t RootLsArgs::fFlags = 0

Definition at line 138 of file rootls.cxx.

◆ fPrintUsageAndExit

EPrintUsage RootLsArgs::fPrintUsageAndExit = EPrintUsage::kNo

Definition at line 140 of file rootls.cxx.

◆ fSources

std::vector<RootSource> RootLsArgs::fSources

Definition at line 139 of file rootls.cxx.

Collaboration diagram for RootLsArgs:
[legend]

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