|
| class | _c |
| struct | HasCollectionProxyMemberType |
| | Template specializations for classes with collection proxies. More...
|
| struct | HasCollectionProxyMemberType< T, typename std::enable_if< std::is_same< typename T::IsCollectionProxy, std::true_type >::value >::type > |
| struct | IsCollectionProxy |
| | Helper type trait for marking classes as a collection proxy. More...
|
| class | RArrayAsRVecField |
| | Additional classes related to sequence containers. More...
|
| class | RArrayAsVectorField |
| | A field for fixed-size arrays that are represented as std::vector in memory. More...
|
| class | RArrayField |
| | Template specializations for C++ std::array and C-style arrays. More...
|
| class | RAtomicField |
| | Template specializations for C++ std::atomic. More...
|
| class | RBitsetField |
| | Template specializations for C++ std::bitset. More...
|
| class | RBrowser |
| | Web-based ROOT files and objects browser. More...
|
| class | RBrowserCatchedWidget |
| class | RBrowserData |
| | Way to browse (hopefully) everything in ROOT. More...
|
| class | RBrowserDataCleanup |
| class | RBrowserEditorWidget |
| class | RBrowserInfoWidget |
| class | RBrowserReply |
| | Reply on browser request. More...
|
| class | RBrowserRequest |
| | Request send from client to get content of path element. More...
|
| class | RBrowserTimer |
| class | RBrowserWidget |
| | Abstract Web-based widget, which can be used in the RBrowser Used to embed canvas, geometry viewer and potentially any other widgets. More...
|
| class | RBrowserWidgetProvider |
| class | RCardinalityField |
| | An artificial field that transforms an RNTuple column that contains the offset of collections into collection sizes. More...
|
| class | RClassField |
| | The field for a class with dictionary. More...
|
| class | RClusterDescriptor |
| | Metadata for RNTuple clusters. More...
|
| class | RClusterGroupDescriptor |
| | Clusters are bundled in cluster groups. More...
|
| class | RColumnDescriptor |
| | Metadata stored for every column of an RNTuple. More...
|
| struct | RCompressionSetting |
| | The global settings depend on a global variable named R__ZipMode which can be modified by a global function named R__SetZipMode. More...
|
| struct | RCreateFieldOptions |
| class | RDataFrame |
| | ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree , CSV and other data formats, in C++ or Python. More...
|
| class | REntry |
| | The REntry is a collection of values in an RNTuple corresponding to a complete row in the data set. More...
|
| class | REnumField |
| | The field for an unscoped or scoped enum with dictionary. More...
|
| class | RError |
| | Captures diagnostics related to a ROOT runtime error. More...
|
| class | RException |
| | Base class for all ROOT issued exceptions. More...
|
| | Field specific extra type information from the header / extenstion header. More...
|
| class | RField |
| | Classes with dictionaries that can be inspected by TClass. More...
|
| class | RField< bool > |
| class | RField< char > |
| class | RField< double > |
| class | RField< float > |
| class | RField< ItemT[N]> |
| class | RField< RNTupleCardinality< SizeT > > |
| class | RField< ROOT::VecOps::RVec< ItemT > > |
| class | RField< std::array< ItemT, N > > |
| class | RField< std::atomic< ItemT > > |
| class | RField< std::bitset< N > > |
| class | RField< std::byte > |
| class | RField< std::map< KeyT, ValueT > > |
| class | RField< std::multimap< KeyT, ValueT > > |
| class | RField< std::multiset< ItemT > > |
| class | RField< std::optional< ItemT > > |
| class | RField< std::pair< T1, T2 > > |
| class | RField< std::set< ItemT > > |
| class | RField< std::string > |
| | Template specializations for C++ std::string.
|
| class | RField< std::tuple< ItemTs... > > |
| class | RField< std::unique_ptr< ItemT > > |
| class | RField< std::unordered_map< KeyT, ValueT > > |
| class | RField< std::unordered_multimap< KeyT, ValueT > > |
| class | RField< std::unordered_multiset< ItemT > > |
| class | RField< std::unordered_set< ItemT > > |
| class | RField< std::variant< ItemTs... > > |
| class | RField< std::vector< bool > > |
| class | RField< std::vector< ItemT > > |
| class | RField< T, typename std::enable_if< IsCollectionProxy< T >::value >::type > |
| | Classes behaving as a collection of elements that can be queried via the TVirtualCollectionProxy interface The use of a collection proxy for a particular class can be enabled via:
|
| class | RField< T, typename std::enable_if< std::is_enum_v< T > >::type > |
| class | RField< T, typename std::enable_if< std::is_integral_v< T > >::type > |
| class | RField< TObject > |
| | TObject requires special handling of the fBits and fUniqueID members. More...
|
| class | RField< void > |
| | Template specializations for concrete C++ fundamental types. More...
|
| class | RFieldBase |
| | A field translates read and write calls from/to underlying columns to/from tree values. More...
|
| class | RFieldDescriptor |
| | Metadata stored for every field of an RNTuple. More...
|
| class | RFieldToken |
| | A field token identifies a (sub)field in an entry. More...
|
| class | RFieldZero |
| | The container field for an ntuple model, which itself has no physical representation. More...
|
| class | RFileDialog |
| | Web-based FileDialog. More...
|
| class | RGeoItem |
| | Representation of single item in the geometry browser. More...
|
| class | RGeomBrowserIter |
| | Iterator of hierarchical geometry structures. More...
|
| class | RGeomConfig |
| | Configuration parameters which can be configured on the client Send as is to-from client. More...
|
| class | RGeomDescription |
| class | RGeomDrawing |
| | Object with full description for drawing geometry It includes list of visible items and list of nodes required to build them. More...
|
| class | RGeomHierarchy |
| | Web-based ROOT geometry hierarchy viewer. More...
|
| class | RGeomNode |
| | Full node description including matrices and other attributes. More...
|
| class | RGeomNodeBase |
| | Base description of geometry node, required only to build hierarchy. More...
|
| class | RGeomNodeInfo |
| | Node information including rendering data. More...
|
| class | RGeomNodeVisibility |
| | Custom settings for physical Node visibility. More...
|
| class | RGeomRawRenderInfo |
| | Render info with raw data. More...
|
| class | RGeomRenderInfo |
| | Base class for render info block. More...
|
| class | RGeomShapeRenderInfo |
| | Render info with shape itself - client can produce shape better. More...
|
| class | RGeomViewer |
| | Web-based ROOT geometry viewer. More...
|
| class | RGeomVisible |
| | RGeomVisible contains description of visible node It is path to the node plus reference to shape rendering data. More...
|
| class | RGeoPainter |
| class | RIntegralField |
| class | RIntegralField< std::int16_t > |
| class | RIntegralField< std::int32_t > |
| class | RIntegralField< std::int64_t > |
| class | RIntegralField< std::int8_t > |
| class | RIntegralField< std::uint16_t > |
| class | RIntegralField< std::uint32_t > |
| class | RIntegralField< std::uint64_t > |
| class | RIntegralField< std::uint8_t > |
| class | RInvalidField |
| | Used in RFieldBase::Check() to record field creation failures. More...
|
| class | RLogChannel |
| | A log configuration for a channel, e.g. More...
|
| class | RLogDiagCount |
| | Keep track of emitted errors and warnings. More...
|
| class | RLogEntry |
| | A diagnostic that can be emitted by the RLogManager. More...
|
| class | RLogHandler |
| | Abstract RLogHandler base class. More...
|
| struct | RLogLocation |
| | A diagnostic location, part of an RLogEntry. More...
|
| class | RLogManager |
| | A RLogHandler that multiplexes diagnostics to different client RLogHandlers and keeps track of the sum of RLogDiagCounts for all channels. More...
|
| class | RLogScopedDiagCount |
| | Object to count the number of warnings and errors emitted by a section of code, after construction of this type. More...
|
| class | RLogScopedVerbosity |
| | Change the verbosity level (global or specific to the RLogChannel passed to the constructor) for the lifetime of this object. More...
|
| class | RMapField |
| | Template specializations for C++ std::[unordered_][multi]map. More...
|
| class | RNTuple |
| | Representation of an RNTuple data set in a ROOT file. More...
|
| struct | RNTupleCardinality |
| | Helper types to present an offset column as array of collection sizes. More...
|
| class | RNTupleCollectionView |
| | A view for a collection, that can itself generate new ntuple views for its nested fields. More...
|
| class | RNTupleDescriptor |
| | The on-storage metadata of an RNTuple. More...
|
| class | RNTupleDirectAccessView |
| | A view variant that provides direct access to the I/O buffers. More...
|
| class | RNTupleFillContext |
| | A context for filling entries (data) into clusters of an RNTuple. More...
|
| class | RNTupleFillStatus |
| | A status object after filling an entry. More...
|
| class | RNTupleGlobalRange |
| | Used to loop over indexes (entries or collections) between start and end. More...
|
| class | RNTupleLocalIndex |
| | Addresses a column element or field item relative to a particular cluster, instead of a global NTupleSize_t index. More...
|
| class | RNTupleLocalRange |
| | Used to loop over entries of collections in a single cluster. More...
|
| class | RNTupleLocator |
| | Generic information about the physical location of data. More...
|
| class | RNTupleLocatorObject64 |
| | RNTupleLocator payload that is common for object stores using 64bit location information. More...
|
| class | RNTupleModel |
| | The RNTupleModel encapulates the schema of an RNTuple. More...
|
| class | RNTupleParallelWriter |
| | A writer to fill an RNTuple from multiple contexts. More...
|
| class | RNTupleReader |
| | Reads RNTuple data from storage. More...
|
| class | RNTupleReadOptions |
| | Common user-tunable settings for reading RNTuples. More...
|
| class | RNTupleView |
| | An RNTupleView for a known type. More...
|
| class | RNTupleView< void > |
| class | RNTupleViewBase |
| | An RNTupleView provides read-only access to a single field of an RNTuple. More...
|
| class | RNTupleWriteOptions |
| | Common user-tunable settings for storing RNTuples. More...
|
| class | RNTupleWriter |
| | An RNTuple that gets filled with entries (data) and writes them to storage. More...
|
| class | RNullableField |
| | Template specializations for C++ std::optional and std::unique_ptr. More...
|
| class | ROpaqueTaskArena |
| class | ROptionalField |
| class | RPairField |
| | Template specializations for C++ std::pair. More...
|
| class | RProxiedCollectionField |
| | The field for a class representing a collection of elements via TVirtualCollectionProxy. More...
|
| class | RRangeCast |
| | Wraps any collection that can be used in range-based loops and applies static_cast<T> or dynamic_cast<T> to each element. More...
|
| class | RRealField |
| class | RRecordField |
| | The field for an untyped record. More...
|
| class | RResult |
| | The class is used as a return type for operations that can fail; wraps a value of type T or an RError. More...
|
| class | RResult< void > |
| | RResult<void> has no data member and no Inspect() method but instead a Success() factory method. More...
|
| class | RResultBase |
| | Common handling of the error case for RResult<T> (T != void) and RResult<void>. More...
|
| struct | RRulesList |
| class | RRVecField |
| | Template specializations for ROOT's RVec. More...
|
| class | RSetField |
| | Template specializations for C++ std::[unordered_][multi]set. More...
|
| class | RSimpleField |
| class | RStreamerField |
| | The field for a class using ROOT standard streaming. More...
|
| class | RTreeDrawInvokeTimer |
| class | RTreeDrawMonitoring |
| class | RTreeViewer |
| | Web-based ROOT TTree viewer. More...
|
| class | RTupleField |
| | Template specializations for C++ std::tuple. More...
|
| class | RUniquePtrField |
| class | RVariantField |
| | Template specializations for C++ std::variant. More...
|
| class | RVec |
| | A "std::vector"-like collection of values implementing handy operation to analyse them. More...
|
| class | RVectorField |
| | Template specializations for C++ std::vector. More...
|
| class | RWebBrowserHandle |
| | Specialized handle to hold information about running browser process Used to correctly cleanup all processes and temporary directories. More...
|
| class | RWebBrowserImp |
| class | RWebDisplayArgs |
| | Holds different arguments for starting browser with RWebDisplayHandle::Display() method. More...
|
| class | RWebDisplayHandle |
| | Handle of created web-based display Depending from type of web display, holds handle of started browser process or other display-specific information to correctly stop and cleanup display. More...
|
| class | RWebWindow |
| | Represents web window, which can be shown in web browser or any other supported environment. More...
|
| class | RWebWindowsManager |
| | Central instance to create and show web-based windows like Canvas or FitPanel. More...
|
| class | RWebWindowWSHandler |
| | just wrapper to deliver websockets call-backs to the RWebWindow class More...
|
| class | TBranchProxy |
| | Base class for all the proxy object. More...
|
| class | TBufferMerger |
| | TBufferMerger is a class to facilitate writing data in parallel from multiple threads, while writing to a single output file. More...
|
| class | TBufferMergerFile |
| | A TBufferMergerFile is similar to a TMemFile, but when data is written to it, it is appended to the TBufferMerger queue. More...
|
| class | TClassAlt |
| class | TClassRec |
| class | TExecutorCRTP |
| | This class defines an interface to execute the same task multiple times, possibly in parallel and with different arguments every time. More...
|
| class | TForNamespace |
| class | TGenericClassInfo |
| class | TIOFeatures |
| | TIOFeatures provides the end-user with the ability to change the IO behavior of data written via a TTree. More...
|
| class | TMapDeclIdToTClass |
| class | TMapTypeToClassRec |
| class | TMapTypeToTClass |
| class | TModuleGenerator |
| class | TNumSlots |
| | Defines the number of threads in some of ROOT's interfaces. More...
|
| class | TProcessExecutor |
| | This class provides a simple interface to execute the same task multiple times in parallel, possibly with different arguments every time. More...
|
| class | TReadLockGuard |
| class | TReentrantRWLock |
| class | TRWMutexImp |
| class | TRWSpinLock |
| class | TRWSpinLockReadGuard |
| class | TRWSpinLockWriteGuard |
| class | TSchemaRule |
| class | TSeq |
| | A pseudo container class which is a generator of indices. More...
|
| class | TSequentialExecutor |
| class | TSpinMutex |
| | A spin mutex class which respects the STL interface for mutexes. More...
|
| class | TThreadedObject |
| | A wrapper to make object instances thread private, lazily. More...
|
| class | TThreadExecutor |
| | This class provides a simple interface to execute the same task multiple times in parallel threads, possibly with different arguments every time. More...
|
| class | TTreeProcessorMP |
| | This class provides an interface to process a TTree dataset in parallel with multi-process technology. More...
|
| class | TTreeProcessorMT |
| | A class to process the entries of a TTree in parallel. More...
|
| class | TVirtualRWMutex |
| class | TWriteLockGuard |
|
| typedef void(* | BrowseFunc_t) (const void *, TBrowser *) |
| using | ColumnNames_t |
| using | ColumnNamesPtr_t = std::shared_ptr<const ColumnNames_t> |
| typedef void(* | DelArrFunc_t) (void *) |
| typedef void(* | DelFunc_t) (void *) |
| using | DescriptorId_t = std::uint64_t |
| | Distriniguishes elements of the same type within a descriptor, e.g. different fields.
|
| typedef void(* | DesFunc_t) (void *) |
| typedef void(* | DirAutoAdd_t) (void *, TDirectory *) |
| typedef std::map< std::string, ROOT::Internal::TSchemaType > | MembersTypeMap_t |
| typedef Long64_t(* | MergeFunc_t) (void *, TCollection *, TFileMergeInfo *) |
| typedef void *(* | NewArrFunc_t) (Long_t size, void *arena) |
| typedef void *(* | NewFunc_t) (void *) |
| using | NTupleSize_t = std::uint64_t |
| | Integer type long enough to hold the maximum number of entries in a column.
|
| typedef void(* | ResetAfterMergeFunc_t) (void *, TFileMergeInfo *) |
| using | RFileDialogCallback_t = std::function<void(const std::string &)> |
| | function signature for file dialog call-backs argument is selected file name
|
| using | RGeomScanFunc_t = std::function<bool(RGeomNode &, std::vector<int> &, bool, int)> |
| using | RGeomSignalFunc_t = std::function<void(const std::string &)> |
| using | RVecB = ROOT::VecOps::RVec<bool> |
| using | RVecC = ROOT::VecOps::RVec<char> |
| using | RVecD = ROOT::VecOps::RVec<double> |
| using | RVecF = ROOT::VecOps::RVec<float> |
| using | RVecI = ROOT::VecOps::RVec<int> |
| using | RVecL = ROOT::VecOps::RVec<long int> |
| using | RVecLL = ROOT::VecOps::RVec<long long int> |
| using | RVecU = ROOT::VecOps::RVec<unsigned int> |
| using | RVecUL = ROOT::VecOps::RVec<unsigned long int> |
| using | RVecULL = ROOT::VecOps::RVec<unsigned long long int> |
| typedef std::map< std::string, RRulesList > | SchemaRuleClassMap_t |
| typedef std::map< std::string, std::string > | SchemaRuleMap_t |
| typedef std::list< std::pair< ROOT::Internal::TSchemaType, std::string > > | SourceTypeList_t |
| using | TSeqI = TSeq<int> |
| using | TSeqL = TSeq<long> |
| using | TSeqU = TSeq<unsigned int> |
| using | TSeqUL = TSeq<unsigned long> |
| using | WebWindowConnectCallback_t = std::function<void(unsigned)> |
| | function signature for connect/disconnect call-backs argument is connection id
|
| using | WebWindowDataCallback_t = std::function<void(unsigned, const std::string &)> |
| | function signature for call-backs from the window clients first argument is connection id, second is received data
|
| using | WebWindowDeleteCallback_t = std::function<void(RWebWindow &)> |
| | function signature for callback when RWebWindow destroyed
|
| using | WebWindowShowCallback_t = std::function<bool(RWebWindow &, const RWebDisplayArgs &)> |
| | function signature for catching show calls of arbitrary RWebWindow if returns true, normal show procedure will not be invoked
|
| using | WebWindowWaitFunc_t = std::function<int(double)> |
| | function signature for waiting call-backs Such callback used when calling thread need to waits for some special data, but wants to run application event loop As argument, spent time in second will be provided Waiting will be performed until function returns non-zero value
|
|
| void | AddClass (const char *cname, Version_t id, const std::type_info &info, DictFuncPtr_t dict, Int_t pragmabits) |
| | Global function called by the ctor of a class's init class (see the ClassDef macro).
|
| void | AddClass (const char *cname, Version_t id, DictFuncPtr_t dict, Int_t pragmabits) |
| ROOT::TClassAlt * | AddClassAlternate (const char *normName, const char *alternate) |
| | Global function called by GenerateInitInstance.
|
| ROOT::RLogChannel & | BrowsableLog () |
| | Log channel for Browsable diagnostics.
|
| ROOT::RLogChannel & | BrowserLog () |
| | Log channel for Browser diagnostics.
|
| void | CallRecursiveRemoveIfNeeded (TObject &obj) |
| | call RecursiveRemove for obj if gROOT is valid and obj.TestBit(kMustCleanup) is true.
|
| void | Class_ShowMembers (TClass *cl, const void *obj, TMemberInspector &) |
| | Indirect call to the implementation of ShowMember allowing [forward] declaration with out a full definition of the TClass class.
|
| static UInt_t | ClassTableHash (const char *name, UInt_t size) |
| int | CompressionSettings (RCompressionSetting::EAlgorithm::EValues algorithm, int compressionLevel) |
| TClass * | CreateClass (const char *cname, Version_t id, const char *dfil, const char *ifil, Int_t dl, Int_t il) |
| | Global function called by a class' static Dictionary() method (see the ClassDef macro).
|
| TClass * | CreateClass (const char *cname, Version_t id, const std::type_info &info, TVirtualIsAProxy *isa, const char *dfil, const char *ifil, Int_t dl, Int_t il) |
| | Global function called by a class' static Dictionary() method (see the ClassDef macro).
|
| void | DisableImplicitMT () |
| | Disables the implicit multi-threading in ROOT (see EnableImplicitMT).
|
| void | EnableImplicitMT (ROOT::EIMTConfig config) |
| | Enable ROOT's implicit multi-threading for all objects and methods that provide an internal parallelisation mechanism.
|
| void | EnableImplicitMT (UInt_t numthreads=0) |
| | Enable ROOT's implicit multi-threading for all objects and methods that provide an internal parallelisation mechanism.
|
| void | EnableThreadSafety () |
| | Enable support for multi-threading within the ROOT code in particular, enables the global mutex to make ROOT thread safe/aware.
|
| bool | EndsWith (std::string_view string, std::string_view suffix) |
| static std::string::size_type | FindEndSymbol (std::string &command) |
| template<typename T> |
| EFromHumanReadableSize | FromHumanReadableSize (std::string_view str, T &value) |
| | Convert strings like the following into byte counts 5MB, 5 MB, 5M, 3.7GB, 123b, 456kB, 3.7GiB, 5MiB with some amount of forgiveness baked into the parsing.
|
| template<typename T> |
| TClass * | GetClass (const T *) |
| template<typename T> |
| TClass * | GetClass (const T **) |
| template<typename T> |
| TClass * | GetClass (const T *const *) |
| template<typename T> |
| TClass * | GetClass (T *) |
| template<typename T> |
| TClass * | GetClass (T **) |
| std::vector< std::unique_ptr< TClassRec > > & | GetDelayedAddClass () |
| std::vector< std::pair< const char *, const char * > > & | GetDelayedAddClassAlternate () |
| TString & | GetMacroPath () |
| TROOT * | GetROOT () |
| void | GetRuleIncludes (std::list< std::string > &result) |
| | Get the list of includes specified in the shema rules.
|
| UInt_t | GetThreadPoolSize () |
| | Returns the size of ROOT's thread pool.
|
| bool | HasValidDataMembers (SchemaRuleMap_t &rule, MembersTypeMap_t &members, std::string &error_string) |
| | Check if given rule contains references to valid data members.
|
| Bool_t | IsImplicitMTEnabled () |
| | Returns true if the implicit multi-threading in ROOT is enabled.
|
| template<class StringCollection_t> |
| std::string | Join (const std::string &sep, StringCollection_t &&strings) |
| | Concatenate a list of strings with a separator.
|
| template<class T> |
| TSeq< T > | MakeSeq (T begin, T end, T step=1) |
| template<class T> |
| TSeq< T > | MakeSeq (T end) |
| ELogLevel | operator+ (ELogLevel severity, int offset) |
| std::ostream & | operator<< (std::ostream &os, ENTupleStructure structure) |
| bool | ParseRule (std::string command, ROOT::Internal::MembersMap_t &result, std::string &error_string) |
| | Parse the schema rule as specified in the LinkDef file.
|
| void | ProcessReadPragma (const char *args, std::string &error_string) |
| | I am being called when a read pragma is encountered.
|
| void | ProcessReadRawPragma (const char *args, std::string &error_string) |
| | I am being called then a readraw pragma is encountered.
|
| template<typename T, typename Range_t> |
| RRangeCast< T, true, Range_t > | RangeDynCast (Range_t &&coll) |
| | Takes any collection that can be used in range-based loops and applies dynamic_cast<T> to each element.
|
| template<typename T, typename U, std::size_t N> |
| RRangeCast< T, true, std::span< U > > | RangeDynCast (U(&arr)[N]) |
| template<typename T, typename Range_t> |
| RRangeCast< T, false, Range_t > | RangeStaticCast (Range_t &&coll) |
| | Takes any collection that can be used in range-based loops and applies static_cast<T> to each element.
|
| template<typename T, typename U, std::size_t N> |
| RRangeCast< T, false, std::span< U > > | RangeStaticCast (U(&arr)[N]) |
| TNamed * | RegisterClassTemplate (const char *name, const char *file, Int_t line) |
| | Global function to register the implementation file and line of a class template (i.e.
|
| void | RemoveClass (const char *cname, TClass *cl) |
| | Global function called by the dtor of a class's init class (see the ClassDef macro).
|
| void | RemoveClassAlternate (ROOT::TClassAlt *) |
| void | ResetClassVersion (TClass *, const char *, Short_t) |
| | Global function to update the version number.
|
| RLogChannel & | RGeomLog () |
| | Log channel for Geomviewer diagnostics.
|
| std::string | Round (double value, double error, unsigned int cutoff, std::string_view delim) |
| | Convert (round) a value and its uncertainty to string using one or two significant digits of the error.
|
| template<class RootClass> |
| Short_t | SetClassVersion (RootClass *) |
| std::vector< std::string > | Split (std::string_view str, std::string_view delims, bool skipEmpty) |
| | Splits a string at each character in delims.
|
| bool | StartsWith (std::string_view string, std::string_view prefix) |
| static void | StrReplace (std::string &proc, const std::string &pat, const std::string &tr) |
| | Replace all accurances of given string with other string.
|
| ROOT::RLogChannel & | TDavixLogChannel () |
| template<typename value_type> |
| void | ToHumanReadableSize (value_type bytes, Bool_t si, Double_t *coeff, const char **units) |
| | Return the size expressed in 'human readable' format.
|
| static Bool_t | ValidateRule (const std::map< std::string, std::string > &rule, std::string &error_string) |
| | Validate if the user specified rules are correct.
|
| ROOT::RLogChannel & | WebGUILog () |
| | Log channel for WebGUI diagnostics.
|
| static void | WriteAutoVariables (const std::list< std::string > &target, const SourceTypeList_t &source, MembersTypeMap_t &members, std::string &className, std::string &mappedName, std::ostream &output) |
| | Write down the sources.
|
| void | WriteReadRawRuleFunc (SchemaRuleMap_t &rule, int index, std::string &mappedName, MembersTypeMap_t &members, std::ostream &output) |
| | Write the conversion function for ReadRaw rule, the function name is being written to rule["funcname"].
|
| void | WriteReadRuleFunc (SchemaRuleMap_t &rule, int index, std::string &mappedName, MembersTypeMap_t &members, std::ostream &output) |
| | Write the conversion function for Read rule, the function name is being written to rule["funcname"].
|
| void | WriteSchemaList (std::list< SchemaRuleMap_t > &rules, const std::string &listName, std::ostream &output) |
| | Write schema rules.
|