| ►NMacaroons | |
| CAuthz | |
| CHandler | |
| ►Nnlohmann | Namespace for Niels Lohmann |
| ►Ndetail | Detail namespace with internal helper functions |
| ►Ncontainer_input_adapter_factory_impl | |
| Ccontainer_input_adapter_factory | |
| Ccontainer_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> > | |
| ►Ndtoa_impl | Implements the Grisu2 algorithm for binary to decimal floating-point conversion |
| Cboundaries | |
| Ccached_power | |
| Cdiyfp | |
| ►Nutility_internal | |
| CExtend | |
| CExtend< integer_sequence< T, Ints... >, SeqSize, 0 > | |
| CExtend< integer_sequence< T, Ints... >, SeqSize, 1 > | |
| CGen | |
| CGen< T, 0 > | |
| Cbinary_reader | Deserialization of CBOR, MessagePack, and UBJSON values |
| Cbinary_writer | Serialization to CBOR and MessagePack values |
| Cconjunction | |
| Cconjunction< B1 > | |
| Cconjunction< B1, Bn... > | |
| Cdetector | |
| Cdetector< Default, void_t< Op< Args... > >, Op, Args... > | |
| Cexception | General exception of the basic_json class |
| Cexternal_constructor | |
| Cexternal_constructor< value_t::array > | |
| Cexternal_constructor< value_t::binary > | |
| Cexternal_constructor< value_t::boolean > | |
| Cexternal_constructor< value_t::number_float > | |
| Cexternal_constructor< value_t::number_integer > | |
| Cexternal_constructor< value_t::number_unsigned > | |
| Cexternal_constructor< value_t::object > | |
| Cexternal_constructor< value_t::string > | |
| Cfile_input_adapter | |
| Cfrom_json_fn | |
| Chas_from_json | |
| Chas_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > | |
| Chas_non_default_from_json | |
| Chas_non_default_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > | |
| Chas_to_json | |
| Chas_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > | |
| Cidentity_tag | |
| Cinput_stream_adapter | |
| Cinteger_sequence | |
| Cinternal_iterator | Iterator value |
| Cinvalid_iterator | Exception indicating errors with iterators |
| Cis_basic_json | |
| Cis_basic_json< NLOHMANN_BASIC_JSON_TPL > | |
| Cis_compatible_array_type | |
| Cis_compatible_array_type_impl | |
| Cis_compatible_array_type_impl< BasicJsonType, CompatibleArrayType, enable_if_t< is_detected< value_type_t, CompatibleArrayType >::value &&is_detected< iterator_t, CompatibleArrayType >::value &&!is_iterator_traits< iterator_traits< CompatibleArrayType > >::value > > | |
| Cis_compatible_integer_type | |
| Cis_compatible_integer_type_impl | |
| Cis_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value &&std::is_integral< CompatibleNumberIntegerType >::value &&!std::is_same< bool, CompatibleNumberIntegerType >::value > > | |
| Cis_compatible_object_type | |
| Cis_compatible_object_type_impl | |
| Cis_compatible_object_type_impl< BasicJsonType, CompatibleObjectType, enable_if_t< is_detected< mapped_type_t, CompatibleObjectType >::value &&is_detected< key_type_t, CompatibleObjectType >::value > > | |
| Cis_compatible_string_type | |
| Cis_compatible_string_type_impl | |
| Cis_compatible_string_type_impl< BasicJsonType, CompatibleStringType, enable_if_t< is_detected_exact< typename BasicJsonType::string_t::value_type, value_type_t, CompatibleStringType >::value > > | |
| Cis_compatible_type | |
| Cis_compatible_type_impl | |
| Cis_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > > | |
| Cis_complete_type | |
| Cis_complete_type< T, decltype(void(sizeof(T)))> | |
| Cis_constructible | |
| Cis_constructible< const std::pair< T1, T2 > > | |
| Cis_constructible< const std::tuple< Ts... > > | |
| Cis_constructible< std::pair< T1, T2 > > | |
| Cis_constructible< std::tuple< Ts... > > | |
| Cis_constructible_array_type | |
| Cis_constructible_array_type_impl | |
| Cis_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< !std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value &&is_default_constructible< ConstructibleArrayType >::value &&(std::is_move_assignable< ConstructibleArrayType >::value||std::is_copy_assignable< ConstructibleArrayType >::value)&&is_detected< value_type_t, ConstructibleArrayType >::value &&is_detected< iterator_t, ConstructibleArrayType >::value &&is_complete_type< detected_t< value_type_t, ConstructibleArrayType > >::value > > | |
| Cis_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value > > | |
| Cis_constructible_object_type | |
| Cis_constructible_object_type_impl | |
| Cis_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > > | |
| Cis_constructible_string_type | |
| Cis_constructible_string_type_impl | |
| Cis_constructible_string_type_impl< BasicJsonType, ConstructibleStringType, enable_if_t< is_detected_exact< typename BasicJsonType::string_t::value_type, value_type_t, ConstructibleStringType >::value > > | |
| Cis_constructible_tuple | |
| Cis_constructible_tuple< T1, std::tuple< Args... > > | |
| Cis_default_constructible | |
| Cis_default_constructible< const std::pair< T1, T2 > > | |
| Cis_default_constructible< const std::tuple< Ts... > > | |
| Cis_default_constructible< std::pair< T1, T2 > > | |
| Cis_default_constructible< std::tuple< Ts... > > | |
| Cis_detected_lazy | |
| Cis_getable | |
| Cis_iterator_of_multibyte | |
| Cis_iterator_traits | |
| Cis_iterator_traits< iterator_traits< T > > | |
| Cis_json_ref | |
| Cis_json_ref< json_ref< T > > | |
| ►Cis_ordered_map | |
| Ctwo | |
| Cis_sax | |
| Cis_sax_static_asserts | |
| Citer_impl | Template for a bidirectional iterator for the basic_json class This class implements a both iterators (iterator and const_iterator) for the basic_json class |
| Citeration_proxy | Proxy class for the items() function |
| Citeration_proxy_value | |
| Citerator_input_adapter | |
| Citerator_input_adapter_factory | |
| Citerator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > > | |
| Citerator_traits | |
| Citerator_traits< T *, enable_if_t< std::is_object< T >::value > > | |
| Citerator_traits< T, enable_if_t< !std::is_pointer< T >::value > > | |
| Citerator_types | |
| Citerator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > > | |
| Cjson_ref | |
| Cjson_reverse_iterator | Template for a reverse iterator class |
| Cjson_sax_acceptor | |
| Cjson_sax_dom_callback_parser | |
| Cjson_sax_dom_parser | SAX implementation to create a JSON value from SAX events |
| Clexer | Lexical analysis |
| Clexer_base | |
| Cmake_void | |
| Cnegation | |
| Cnonesuch | |
| Cother_error | Exception indicating other library errors |
| Cout_of_range | Exception indicating access out of the defined range |
| Coutput_adapter | |
| Coutput_adapter_protocol | Abstract output adapter interface |
| Coutput_stream_adapter | Output adapter for output streams |
| Coutput_string_adapter | Output adapter for basic_string |
| Coutput_vector_adapter | Output adapter for byte vectors |
| Cparse_error | Exception indicating a parse error |
| Cparser | Syntax analysis |
| Cposition_t | Struct to capture the start position of the current token |
| Cprimitive_iterator_t | |
| Cpriority_tag | |
| Cpriority_tag< 0 > | |
| Cserializer | |
| Cspan_input_adapter | |
| Cstatic_const | |
| Cto_json_fn | |
| Ctype_error | Exception indicating executing a member function with a wrong type |
| Cwide_string_input_adapter | |
| Cwide_string_input_helper | |
| Cwide_string_input_helper< BaseInputAdapter, 2 > | |
| Cwide_string_input_helper< BaseInputAdapter, 4 > | |
| Cadl_serializer | Default JSONSerializer template argument |
| Cbasic_json | Class to store JSON values |
| Cbyte_container_with_subtype | Internal type for a backed binary type |
| Cjson_pointer | JSON Pointer |
| Cjson_sax | SAX interface |
| Cordered_map | |
| ►Nstd | |
| Chash< nlohmann::json > | Hash value for JSON objects |
| Cless<::nlohmann::detail::value_t > | |
| Ctuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > > | |
| Ctuple_size<::nlohmann::detail::iteration_proxy_value< IteratorType > > | |
| ►NTPC | |
| CCurlDeleter | |
| CState | |
| ►CStream | |
| CEntry | |
| ►CTPCHandler | |
| CTPCLogRecord | |
| ►NXrdCl | |
| CAccess | Access mode |
| CAction | Action |
| ►CActionMetrics | Metrics struct storing all timing and IO information of an action |
| Csynchronicity_t | |
| ►CAnyObject | |
| CConcreteHolder | |
| CHolder | |
| CAppendFileImpl | AppendFile operation ( |
| CArg | |
| CArg< std::string > | |
| ►CArgBase | Base class for Arg |
| CFutureValue | A helper class for holding future value |
| CFwdValue | A helper class for holding forwarded value |
| CPlainValue | A helper class for holding plain value |
| CValueHolder | Abstract class for holding a value |
| CAsyncDiscardReader | Object for discarding data |
| CAsyncHSReader | Utility class encapsulating reading hand-shake response logic |
| CAsyncHSWriter | Utility class encapsulating writing hand-shake request logic |
| CAsyncMsgReader | Utility class encapsulating reading response message logic |
| CAsyncMsgWriter | Utility class encapsulating writing request logic |
| ►CAsyncPageReader | Object for reading out data from the PgRead response |
| Ciovmax_t | Helper class for retrieving the maximum size of the I/O vector |
| CAsyncRawReader | Object for reading out data from the kXR_read response |
| ►CAsyncRawReaderIntfc | Base class for any message's body reader |
| CChunkStatus | |
| CAsyncSocketHandler | |
| CAsyncVectorReader | Object for reading out data from the VectorRead response |
| CBuffer | Binary blob representation |
| CChannel | A communication channel between the client and the server |
| CChannelEventHandler | Channel event handler |
| CChannelHandlerList | A helper for handling channel event handlers |
| CCheckpointImpl | Checkpoint operation ( |
| CCheckSumHelper | Check sum helper for stdio |
| CCheckSumManager | Manage the checksum calc objects |
| CChkptWrtImpl | Checkpointed write operation ( |
| CChkptWrtVImpl | Checkpointed WriteV operation ( |
| CChModImpl | ChMod operation ( |
| CChunkInfo | Describe a data chunk for vector read |
| CClassicCopyJob | |
| CCloseAction | Close action |
| CCloseArchiveImpl | CloseArchive operation ( |
| CCloseFileImpl | CloseFile operation ( |
| CCloseImpl | Close operation ( |
| CConcreteOperation | |
| CCopyJob | Copy job |
| CCopyProcess | Copy the data from one point to another |
| CCopyProgressHandler | Interface for copy progress notification |
| CCtx | Utility class for storing a pointer to operation context |
| CDeepLocateImpl | DeepLocate operation ( |
| CDefaultEnv | |
| CDelXAttrBulkImpl | DelXAttr bulk operation ( |
| CDelXAttrFsBulkImpl | DelXAttr bulk operation ( |
| CDelXAttrFsImpl | DelXAttr operation ( |
| CDelXAttrImpl | DelXAttr operation ( |
| ►CDirectoryList | Directory list |
| CListEntry | Directory entry |
| CDirListFlags | DirList flags |
| CDirListImpl | DirList operation ( |
| CDlgEnv | |
| CEcHandler | |
| CEcPgReadResponseHandler | |
| CEcPlugInFactory | Plugin factory |
| CEnv | |
| CExOpenFuncWrapper | Lambda wrapper |
| CFcntlAction | Fcntl action |
| CFcntlImpl | Fcntl operation ( |
| CFile | A file |
| CFileOperation | |
| CFilePlugIn | An interface for file plug-ins |
| ►CFileStateHandler | Handle the stateful operations |
| CRequestData | |
| CFileSystem | Send file/filesystem queries to an XRootD cluster |
| CFileSystemOperation | |
| CFileSystemPlugIn | An interface for file plug-ins |
| ►CFileSystemUtils | |
| CSpaceInfo | Container for space information |
| CFileTimer | Task generating timeout events for FileStateHandlers in recovery mode |
| CFinalOperation | |
| CForkHandler | |
| CFreeSpace | |
| CFSExecutor | Execute queries given as a commandline |
| CFunctionWrapper | |
| CFunctionWrapper< void > | |
| CFutureWrapper | |
| CFutureWrapper< void > | A wrapper handler for a std::promise / std::future, overload for void type |
| CFutureWrapperBase | |
| CFwd | |
| ►CFwdStorage | |
| CMemory | Memory for the value |
| CGetXAttrBulkImpl | GetXAttr bulk operation ( |
| CGetXAttrFsBulkImpl | GetXAttr bulk operation ( |
| CGetXAttrFsImpl | GetXAttr operation ( |
| CGetXAttrImpl | GetXAttr operation ( |
| CHandShakeData | Data structure that carries the handshake information |
| CHostInfo | |
| CHttpFilePlugIn | |
| CHttpFileSystemPlugIn | |
| CInQueue | A synchronize queue for incoming data |
| CJob | Interface for a job to be run by the job manager |
| ►CJobManager | A synchronized queue |
| CJobHelper | |
| CListXAttrFsImpl | ListXAttr bulk operation ( |
| CListXAttrImpl | ListXAttr bulk operation ( |
| CLocalFileHandler | |
| CLocalFileTask | |
| CLocateImpl | Locate operation ( |
| ►CLocationInfo | Path location info |
| CLocation | Location |
| CLog | Handle diagnostics |
| CLogOut | Interface for logger outputs |
| CLogOutCerr | Write log messages to stderr |
| CLogOutFile | Write log messages to a file |
| CMessage | The message representation used throughout the system |
| CMessageSendParams | |
| CMessageUtils | |
| CMetalinkRedirector | |
| CMkDirFlags | MkDir flags |
| CMkDirImpl | MkDir operation ( |
| ►CMonitor | An abstract class to describe the client-side monitoring plugin interface |
| CCheckSumInfo | Describe a checksum event |
| CCloseInfo | Describe a file close event |
| CConnectInfo | Describe a server login event |
| CCopyBInfo | |
| CCopyEInfo | Describe an end of copy event |
| CDisconnectInfo | Describe a server logout event |
| CErrorInfo | Describe an encountered file-based error |
| COpenInfo | Describe a file open event to the monitor |
| CTransferInfo | Describe the transfer |
| CMsgHandler | Message handler |
| CMvImpl | Mv operation ( |
| CNone | None object for initializing empty Optional |
| CNullRef | |
| CNullResponseHandler | |
| COpenAction | Open action |
| COpenArchiveImpl | OpenArchive operation ( |
| COpenFileImpl | OpenFile operation ( |
| COpenFlags | Open flags, may be or'd when appropriate |
| ►COpenImpl | Open operation ( |
| CExResp | |
| COpenInfo | Information returned by file open operation |
| COperation | |
| Coperation_expired | |
| ►COptional | |
| CStorage | |
| ►COutQueue | A synchronized queue for the outgoing data |
| CMsgHelper | |
| CPageInfo | |
| ►CParallelOperation | |
| CAllPolicy | |
| CAnyPolicy | |
| CAtLeastPolicy | |
| Cbarrier_t | A wait barrier helper class |
| CCtx | |
| CPipelineEnd | The thread-pool job for schedule Ctx::Examine |
| CSomePolicy | |
| CPathID | |
| CPgReadAction | |
| CPgReadFlags | PgRead flags |
| CPgReadImpl | PgRead operation ( |
| CPgWriteAction | |
| CPgWriteImpl | PgWrite operation ( |
| CPingImpl | Ping operation ( |
| CPipeline | |
| CPipelineException | Pipeline exception, wrapps an XRootDStatus |
| CPipelineHandler | |
| CPlugInFactory | Plugin factory |
| ►CPlugInManager | Manage client-side plug-ins and match them agains URLs |
| CFactoryHelper | |
| CPolicyExecutor | |
| CPoller | Interface for socket pollers |
| CPollerBuiltIn | A poller implementation using the build-in XRootD poller |
| CPollerFactory | Helper for creating poller objects |
| CPostMaster | A hub for dispatching and receiving messages |
| CPrepareFlags | Prepare flags |
| CPrepareImpl | Prepare operation ( |
| CPropertyList | A key-value pair map storing both keys and values as strings |
| CProtocolImpl | Protocol operation ( |
| CProtocolInfo | Protocol response |
| CQueryCode | XRootD query request codes |
| CQueryImpl | Query operation ( |
| CRawWrapper | Wrapper class for raw response handler (ResponseHandler) |
| CReadAction | Read action |
| CReadImpl | Read operation ( |
| CReadTrait | RdWithRsp: factory for creating ReadImpl/PgReadImpl objects |
| CReadTrait< ChunkInfo > | |
| CReadTrait< PageInfo > | |
| ►CRecorder | |
| COutput | |
| CRecordHandler | Completion handler recording user action / server response |
| CRecorderFactory | XrdCl recorder plug-in factory |
| CRedirectEntry | |
| CRedirectJob | A job class for redirect handling in the thread-pool |
| CRedirectorRegistry | Singleton access to URL to virtual redirector mapping |
| CReplayArgs | Args parse for XrdClReplay |
| CRequestSync | A helper running a fixed number of requests at a given time |
| CResp | |
| CResp< void > | |
| CRespBase | |
| CResponseHandler | Handle an async response |
| CResponseJob | Call the user callback |
| CRetryInfo | |
| CRmDirImpl | RmDir operation ( |
| CRmImpl | Rm operation ( |
| CScopedDescriptor | Smart descriptor - closes the descriptor on destruction |
| CSendInfoImpl | SendInfo operation ( |
| Cseq_gen | |
| Cseq_gen< 0, Ns... > | |
| Cseq_gen< I, Ns... > | |
| Csequence | |
| CServerSpaceInfo | |
| CSetXAttrBulkImpl | SetXAttr bulk operation ( |
| CSetXAttrFsBulkImpl | SetXAttr bulk operation ( |
| CSetXAttrFsImpl | SetXAttr operation ( |
| CSetXAttrImpl | SetXAttr operation ( |
| CSIDManager | Handle XRootD stream IDs |
| ►CSIDMgrPool | Pool of SID manager objects |
| CRecycleSidMgr | A functional object for handling the deletion of SIDManager objects |
| CSocket | A network socket |
| CSocketHandler | Interface |
| CStatAction | Stat action |
| CStatFsImpl | Stat operation ( |
| CStatImpl | Stat operation ( |
| CStatInfo | Object stat info |
| CStatInfoVFS | VFS stat info |
| CStatus | Procedure execution status |
| CStatVFSImpl | StatVS operation ( |
| ►CStream | Stream |
| CHandleIncMsgJob | |
| CStreamQuery | |
| CSyncAction | Sync action |
| CSyncImpl | Sync operation ( |
| CSyncQueue | A synchronized queue |
| CSyncResponseHandler | Synchronize the response |
| CTask | Interface for a task to be run by the TaskManager |
| ►CTaskManager | |
| CTaskHelper | |
| CTaskHelperCmp | |
| CTaskWrapper | |
| CTaskWrapper< void, Return > | |
| CThirdPartyCopyJob | |
| CTimeout | |
| CTls | TLS layer for socket connection |
| CTPFallBackCopyJob | |
| CTransportHandler | Perform the handshake and the authentication for each physical stream |
| CTransportManager | Manage transport handler objects |
| CTransportQuery | |
| CTruncateAction | Truncate action |
| CTruncateFsImpl | Truncate operation ( |
| CTruncateImpl | Truncate operation ( |
| CUnpackXAttr | Helper class for unpacking single XAttr from bulk response |
| CUnpackXAttrStatus | Helper class for unpacking single XAttrStatus from bulk response |
| CURL | URL representation |
| CUtils | Random utilities |
| CVectorReadAction | VectorRead action |
| CVectorReadImpl | VectorRead operation ( |
| CVectorReadInfo | Vector read info |
| CVectorWriteAction | Vector Write action |
| CVectorWriteImpl | VectorWrite operation ( |
| CVirtualRedirector | An interface for metadata redirectors |
| CVisaImpl | Visa operation ( |
| CWriteAction | Write action |
| CWriteImpl | Write operation ( |
| CWriteVImpl | WriteV operation ( |
| CXAttr | Extended attributes with status |
| CXAttrStatus | Extended attribute operation status |
| CXCpCtx | |
| CXCpSrc | |
| ►CXRootDMsgHandler | Handle/Process/Forward XRootD messages |
| CChunkStatus | |
| CXRootDQuery | XRootD related protocol queries |
| CXRootDStatus | Request status |
| CXRootDTransport | XRootD transport handler |
| ►CZipArchive | |
| CNewFile | LFH of a newly appended file (in case it needs to be overwritten) |
| ►CZipCache | Utility class for inflating a compressed buffer |
| Cgreater_read_resp_t | |
| CZipError | An exception for carrying the XRootDStatus of InflCache |
| CZipListHandler | |
| CZipListImpl | ZipList operation ( |
| CZipOperation | |
| CZipReadFromImpl | Read operation ( |
| CZipReadImpl | Read operation ( |
| CZipStatImpl | ZipStat operation ( |
| CZipWriteImpl | Write operation ( |
| ►Nxrdcl_proxy | |
| CProxyFactory | XrdCl proxy prefix plugin factory |
| CProxyPrefixFile | |
| ►NXrdCms | |
| CCmsAvailRequest | |
| CCmsChmodRequest | |
| CCmsDiscRequest | |
| CCmsGoneRequest | |
| CCmsHaveRequest | |
| CCmsLoadRequest | |
| CCmsLocateRequest | |
| CCmsLoginData | |
| CCmsLoginRequest | |
| CCmsLoginResponse | |
| CCmsMkdirRequest | |
| CCmsMkpathRequest | |
| CCmsMvRequest | |
| CCmsPingRequest | |
| CCmsPongRequest | |
| CCmsPrepAddRequest | |
| CCmsPrepDelRequest | |
| CCmsResponse | |
| CCmsRmdirRequest | |
| CCmsRmRequest | |
| CCmsRRHdr | |
| CCmsSelectRequest | |
| CCmsSpaceRequest | |
| CCmsStateRequest | |
| CCmsStatfsRequest | |
| CCmsStatsRequest | |
| CCmsStatusRequest | |
| CCmsTruncRequest | |
| CCmsTryRequest | |
| CCmsUpdateRequest | |
| CCmsUsageRequest | |
| CSpaceData | |
| ►NXrdEc | |
| CBufferPool | Pool of buffer for caching writes |
| CConfig | Global configuration for the EC module |
| CIOError | Generic I/O exception, wraps up XrdCl::XRootDStatus ( |
| CObjCfg | |
| COpenOnlyImpl | |
| CReader | |
| ►CRedundancyProvider | |
| CCodingTable | |
| Cstripe_t | A buffer with stripe data and info on validity |
| ►CStrmWriter | |
| Cglobal_status_t | |
| ►Csync_queue | |
| Cwait_interrupted | |
| ►CThreadPool | |
| CAnyJob | |
| Cseq_gen | |
| Cseq_gen< 0, Ns... > | |
| Cseq_gen< I, Ns... > | |
| Csequence | |
| CWrtBuff | |
| ►NXrdPfc | |
| CBlock | |
| CBlockResponseHandler | |
| ►CCache | Attaches/creates and detaches/deletes cache-io objects for disk based cache |
| CWriteQ | |
| CChunkRequest | |
| CConfiguration | Contains parameters configurable from the xrootd config file |
| CDecision | Base class for selecting which files should be cached |
| CDirectResponseHandler | |
| CFile | |
| ►CInfo | Status of cached file. Can be read from and written into a binary file |
| CAStat | Access statistics |
| CStatus | |
| CStore | |
| ►CIO | Base cache-io class that implements some XrdOucCacheIO abstract methods |
| CReadReqRHCond | |
| CIOFile | Downloads original file into a single file on local disk. Handles read requests as they come along |
| CIOFileBlock | Downloads original file into multiple files, chunked into blocks. Only blocks that are asked for are downloaded. Handles read requests as they come along |
| CPathTokenizer | |
| CPrint | |
| CReadReqRH | |
| CReadRequest | |
| CSplitParser | |
| CStats | Statistics of cache utilisation by a File object |
| CTmpConfiguration | |
| ►NXrdProto | |
| Cread_list | |
| Cwrite_list | |
| ►NXrdSsi | |
| CShMap | |
| CShMap_Parms | |
| ►NXrdSys | |
| ►NIOEvents | |
| CCallBack | |
| ►CChannel | |
| CdlQ | |
| ►CPoller | |
| CPipeData | |
| CKernelBuffer | |
| CRAtomic | |
| CRAtomic< bool > | |
| CRAtomic< T * > | |
| ►NXrdThrottle | |
| CFile | |
| CFileSystem | |
| ►NXrdXrootd | |
| ►CBridge | |
| CContext | |
| CResult | |
| CgdCallBack | |
| CIOParms | |
| ►NXrdZip | |
| Cbad_data | |
| CCDFH | |
| CDataDescriptor | |
| Cdos_timestmp | |
| CEOCD | |
| CExtra | |
| CLFH | A data structure representing ZIP Local File Header |
| Covrflw | |
| CZIP64_EOCD | |
| CZIP64_EOCDL | A data structure representing the ZIP64 end of central directory locator |
| Caiocb | |
| CALIGN_CHECK | |
| CClientAuthRequest | |
| CClientBindRequest | |
| CClientChkPointRequest | |
| CClientChmodRequest | |
| CClientCloseRequest | |
| CClientDirlistRequest | |
| CClientEndsessRequest | |
| CClientFattrRequest | |
| CClientGPfileRequest | |
| CClientInitHandShake | |
| CClientLocateRequest | |
| CClientLoginRequest | |
| CClientMkdirRequest | |
| CClientMvRequest | |
| CClientOpenRequest | |
| CClientPgReadReqArgs | |
| CClientPgReadRequest | |
| CClientPgWriteRequest | |
| CClientPingRequest | |
| CClientPrepareRequest | |
| CClientProtocolRequest | |
| CClientQueryRequest | |
| CClientReadRequest | |
| CClientReadVRequest | |
| CClientRequest | |
| CClientRequestHdr | |
| CClientRmdirRequest | |
| CClientRmRequest | |
| CClientSetRequest | |
| CClientSigverRequest | |
| CClientStatRequest | |
| CClientSyncRequest | |
| CClientTruncateRequest | |
| CClientWriteRequest | |
| CClientWriteVRequest | |
| CDirListInfo | |
| CEnvInitializer | |
| CgsiHSVars | |
| CgsiOptions | |
| CGSIStack | |
| CHttpPlugInFactory | |
| Ciov | |
| COssDPath | |
| COssSpaceConfig | |
| CProxyIn_t | |
| CProxyOut_t | |
| CpwdHSVars | |
| CpwdOptions | |
| CpwdStatus_t | |
| Cread_args | |
| Creadahead_list | |
| CReadWriteOp | |
| CSecurityRequest | |
| CServerInitHandShake | |
| CServerResponse | |
| CServerResponseBifs_Protocol | |
| CServerResponseBody_Attn | |
| CServerResponseBody_Attn_asyncms | |
| CServerResponseBody_Attn_asynresp | |
| CServerResponseBody_Authmore | |
| CServerResponseBody_Bind | |
| CServerResponseBody_Buffer | |
| CServerResponseBody_ChkPoint | |
| CServerResponseBody_Error | |
| CServerResponseBody_Login | |
| CServerResponseBody_Open | |
| CServerResponseBody_pgRead | |
| CServerResponseBody_pgWrCSE | |
| CServerResponseBody_pgWrite | |
| CServerResponseBody_Protocol | |
| CServerResponseBody_Redirect | |
| CServerResponseBody_Status | |
| CServerResponseBody_Wait | |
| CServerResponseBody_Waitresp | |
| CServerResponseHeader | |
| CServerResponseReqs_Protocol | |
| CServerResponseStatus | |
| CServerResponseSVec_Protocol | |
| CServerResponseV2 | |
| CTagPath | |
| CVoms_x509_in_t | |
| Cx509ChainVerifyOpt_t | |
| ►CXProtocol | |
| CServerResponseBody_Attn_asyncdi | |
| CServerResponseBody_Attn_asyncrd | |
| CServerResponseBody_Attn_asyncwt | |
| CXrdAccAccess | |
| CXrdAccAccess_ID | |
| CXrdAccAccess_Tables | |
| CXrdAccAudit | |
| CXrdAccAuthDB | |
| CXrdAccAuthFile | |
| CXrdAccAuthorize | |
| CXrdAccCapability | |
| CXrdAccCapName | |
| CXrdAccConfig | |
| ►CXrdAccEntity | |
| CEntityAttr | |
| CXrdAccEntityInfo | |
| CXrdAccEntityInit | |
| CXrdAccGlist | |
| CXrdAccGroupList | |
| CXrdAccGroups | |
| CXrdAccPrivCaps | |
| CXrdBuffer | |
| CXrdBuffManager | |
| ►CXrdBuffXL | |
| CBuckVec | |
| CXrdBwm | |
| CXrdBwmDirectory | |
| CXrdBwmFile | |
| ►CXrdBwmHandle | |
| CtheEICB | |
| ►CXrdBwmLogger | |
| CInfo | |
| ►CXrdBwmPolicy | |
| CSchedParms | |
| ►CXrdBwmPolicy1 | |
| CrefReq | |
| CrefSch | |
| CXrdCephOss | |
| CXrdCephOssDir | |
| CXrdCephOssFile | |
| CXrdCephXAttr | |
| CXrdCks | |
| CXrdCksCalc | |
| CXrdCksCalcadler32 | |
| CXrdCksCalccrc32 | |
| CXrdCksCalccrc32C | |
| ►CXrdCksCalcmd5 | |
| CMD5Context | |
| CXrdCksConfig | |
| CXrdCksData | |
| ►CXrdCksLoader | |
| CcsInfo | |
| ►CXrdCksManager | |
| CcsInfo | |
| CXrdCksManOss | |
| CXrdCksPCB | |
| CXrdCksWrapper | |
| CXrdCksXAttr | |
| CXrdCmsAdmin | |
| CXrdCmsBaseFR | |
| ►CXrdCmsBaseFS | |
| CdMoP | |
| CRequestQ | |
| CXrdCmsBlackList | |
| CXrdCmsCache | |
| CXrdCmsClient | |
| CXrdCmsClientConfig | |
| CXrdCmsClientMan | |
| CXrdCmsClientMsg | |
| CXrdCmsCluster | |
| CXrdCmsClustID | |
| CXrdCmsConfig | |
| CXrdCmsFinderRMT | |
| CXrdCmsFinderTRG | |
| CXrdCmsJob | |
| CXrdCmsKey | |
| CXrdCmsKeyItem | |
| CXrdCmsKeyLoc | |
| CXrdCmsLogin | |
| CXrdCmsManager | |
| CXrdCmsManList | |
| ►CXrdCmsManTree | |
| CTreeInfo | |
| CXrdCmsMeter | |
| CXrdCmsNash | |
| CXrdCmsNode | |
| CXrdCmsParser | |
| ►CXrdCmsPerfMon | |
| CPerfInfo | Structure used for reporting performance metrics |
| CXrdCmsPInfo | |
| CXrdCmsPList | |
| CXrdCmsPList_Anchor | |
| CXrdCmsPrepare | |
| CXrdCmsPrepArgs | |
| CXrdCmsProtocol | |
| CXrdCmsRedirLocal | |
| CXrdCmsResp | |
| CXrdCmsRespCB | |
| CXrdCmsRespQ | |
| CXrdCmsRLData | |
| CXrdCmsRole | |
| ►CXrdCmsRouter | |
| CtheRoute | |
| ►CXrdCmsRouting | |
| CtheRouting | |
| CXrdCmsRRData | |
| ►CXrdCmsRRQ | |
| CInfo | |
| CXrdCmsRRQInfo | |
| CXrdCmsRRQSlot | |
| CXrdCmsRTable | |
| CXrdCmsSecurity | |
| CXrdCmsSelect | |
| CXrdCmsSelected | |
| CXrdCmsSelector | |
| CXrdCmsState | |
| CXrdCmsSupervisor | |
| CXrdCmsTalk | |
| CXrdCmsUtils | |
| CXrdConfig | |
| ►CXrdCpConfig | |
| CdefVar | |
| CXrdCpFile | |
| CXrdCryptoBasic | |
| CXrdCryptoCipher | |
| CXrdCryptoFactory | |
| CXrdCryptogsiX509Chain | |
| CXrdCryptoLite | |
| CXrdCryptoMsgDigest | |
| CXrdCryptoRSA | |
| CXrdCryptosslCipher | |
| CXrdCryptosslFactory | |
| CXrdCryptosslMsgDigest | |
| CXrdCryptosslRSA | |
| CXrdCryptosslX509 | |
| CXrdCryptosslX509Crl | |
| CXrdCryptosslX509Req | |
| CXrdCryptoX509 | |
| CXrdCryptoX509Chain | |
| CXrdCryptoX509ChainNode | |
| CXrdCryptoX509Crl | |
| CXrdCryptoX509Req | |
| CXrdDigAuth | |
| CXrdDigAuthEnt | |
| CXrdDigConfig | |
| CXrdDigDirectory | |
| CXrdDigFile | |
| CXrdDigFS | |
| CXrdFfsDentnames | |
| CXrdFfsQueueTasks | |
| ►CXrdFrcCID | |
| CcidEnt | |
| CcidMon | |
| ►CXrdFrcProxy | |
| Co2qMap | |
| CQueues | |
| CXrdFrcReqAgent | |
| ►CXrdFrcReqFile | |
| CFileHdr | |
| CrecEnt | |
| CrqMonitor | |
| CXrdFrcRequest | |
| CXrdFrcUtils | |
| CXrdFrcXAttrCpy | |
| CXrdFrcXAttrMem | |
| CXrdFrcXAttrPfn | |
| CXrdFrcXAttrPin | |
| CXrdFrcXLock | |
| CXrdFrmAdmin | |
| CXrdFrmCns | |
| ►CXrdFrmConfig | |
| CCmd | |
| CPolicy | |
| CVPInfo | |
| CXrdFrmFiles | |
| CXrdFrmFileset | |
| CXrdFrmMigrate | |
| CXrdFrmMonitor | |
| CXrdFrmPurge | |
| CXrdFrmReqBoss | |
| CXrdFrmTransfer | |
| CXrdFrmTSort | |
| CXrdFrmXfrAgent | |
| CXrdFrmXfrDaemon | |
| CXrdFrmXfrJob | |
| ►CXrdFrmXfrQueue | |
| CtheQueue | |
| CXrdHttpExtHandler | |
| CXrdHttpExtReq | |
| ►CXrdHttpProtocol | |
| CextHInfo | |
| CStaticPreloadInfo | |
| CXrdHttpExtHandlerInfo | |
| CXrdHttpReq | |
| CXrdHttpSecXtractor | |
| CXrdInet | |
| CXrdJob | |
| CXrdLink | |
| CXrdLinkCtl | |
| CXrdLinkInfo | |
| CXrdLinkMatch | |
| CXrdLinkXeq | |
| ►CXrdMpxXml | |
| CVarInfo | |
| CXrdNet | |
| CXrdNetAddr | |
| ►CXrdNetAddrInfo | |
| CLocInfo | |
| CXrdNetBuffer | |
| CXrdNetBufferQ | |
| ►CXrdNetCache | |
| CanItem | |
| CXrdNetCmsNotify | |
| CXrdNetConnect | |
| CXrdNetIdentity | |
| ►CXrdNetIF | |
| CifAddrs | |
| CifData | |
| CpInfo | |
| CXrdNetMsg | |
| CXrdNetPeer | |
| ►CXrdNetPMark | |
| CHandle | |
| CXrdNetPMarkCfg | |
| ►CXrdNetPMarkFF | |
| CsockStats | |
| CXrdNetRegistry | |
| CXrdNetSecurity | |
| CXrdNetSockAddr | |
| CXrdNetSocket | |
| CXrdNetUtils | |
| CXrdObject | |
| CXrdObjectQ | |
| ►CXrdOfs | |
| CfwdOpt | |
| CXrdOfsChkPnt | |
| ►CXrdOfsConfigCP | |
| CStats | |
| ►CXrdOfsConfigPI | |
| CctlLP | |
| CxxxLP | |
| ►CXrdOfsCPFile | |
| CrInfo | |
| CXrdOfsDirectory | |
| CXrdOfsDirFull | |
| ►CXrdOfsEvr | |
| CtheClient | |
| CtheEvent | |
| CXrdOfsEvs | |
| CXrdOfsEvsFormat | |
| CXrdOfsEvsInfo | |
| CXrdOfsFile | |
| CXrdOfsFileFull | |
| ►CXrdOfsFSctl_PI | |
| CPlugins | The Plugins struct is used to pass plugin pointers to configure |
| CXrdOfsHanCB | |
| CXrdOfsHandle | |
| CXrdOfsHanKey | |
| CXrdOfsHanTab | |
| ►CXrdOfsPoscq | |
| CFileSlot | |
| CrecEnt | |
| CRequest | |
| CXrdOfsPrepare | |
| ►CXrdOfsStats | |
| CStatsData | |
| ►CXrdOfsTPC | |
| CFacts | |
| CXrdOfsTPCAuth | |
| CXrdOfsTPCConfig | |
| CXrdOfsTPCInfo | |
| CXrdOfsTPCJob | |
| CXrdOfsTPCProg | |
| CXrdOss | |
| CXrdOssAt | |
| ►CXrdOssCache | |
| CallocInfo | |
| CXrdOssCache_FS | |
| CXrdOssCache_FSAP | |
| CXrdOssCache_FSData | |
| CXrdOssCache_Group | |
| CXrdOssCache_Space | |
| CXrdOssCopy | |
| CXrdOssCsi | |
| CXrdOssCsiConfig | |
| CXrdOssCsiCrcUtils | |
| CXrdOssCsiDir | |
| ►CXrdOssCsiFile | |
| CpuMapItem_t | |
| CXrdOssCsiFileAio | |
| CXrdOssCsiFileAioJob | |
| CXrdOssCsiFileAioStore | |
| CXrdOssCsiPages | |
| CXrdOssCsiRange_s | |
| CXrdOssCsiRangeGuard | |
| CXrdOssCsiRanges | |
| CXrdOssCsiTagstore | |
| CXrdOssCsiTagstoreFile | |
| CXrdOssDF | |
| CXrdOssDFHandler | |
| CXrdOssDir | |
| CXrdOssFile | |
| CXrdOssHandler | |
| CXrdOssMio | |
| CXrdOssMioFile | |
| ►CXrdOssPath | |
| CfnInfo | |
| ►CXrdOssSpace | |
| CuEnt | |
| CXrdOssStage_Req | |
| CXrdOssSys | |
| CXrdOssVSInfo | |
| CXrdOssVSPart | |
| CXrdOssWrapDF | |
| CXrdOssWrapper | |
| CXrdOuca2x | |
| CXrdOucArgs | |
| CXrdOucBackTrace | |
| CXrdOucBuffer | |
| ►CXrdOucBuffPool | |
| CBuffSlot | |
| CXrdOucCache | |
| ►CXrdOucCacheIO | |
| CaprParms | |
| CXrdOucCacheIOCB | |
| CXrdOucCacheIOCD | |
| ►CXrdOucCacheStats | |
| CCacheStats | |
| CXrdOucCallBack | |
| CXrdOucChkPnt | |
| CXrdOucCRC | |
| CXrdOucDLlist | |
| CXrdOucEI | |
| CXrdOucEICB | |
| CXrdOucEnv | |
| CXrdOucERoute | |
| CXrdOucErrInfo | |
| CXrdOucExport | |
| CXrdOucFileInfo | |
| CXrdOucGatherConf | |
| CXrdOucGMap | |
| CXrdOucHash | |
| CXrdOucHash_Item | |
| CXrdOucIOVec | |
| CXrdOucIOVec2 | |
| CXrdOucLock | |
| ►CXrdOucLogging | |
| CconfigLogInfo | |
| CXrdOucMapP2X | |
| CXrdOucMsubs | |
| CXrdOucMsubsInfo | |
| CXrdOucN2NLoader | |
| CXrdOucName2Name | |
| CXrdOucName2NameVec | XrdOucName2NameVec *Name2NameVec; |
| CXrdOucNList | |
| CXrdOucNList_Anchor | |
| ►CXrdOucNSWalk | |
| CCallBack | |
| CNSEnt | |
| ►CXrdOucPgrwUtils | |
| CdataInfo | |
| CLayout | Compute the layout for an iovec that receives network bytes applying |
| ►CXrdOucPinKing | |
| CpinInfo | |
| CXrdOucPinLoader | |
| CXrdOucPinObject | |
| CXrdOucPList | |
| CXrdOucPListAnchor | |
| CXrdOucProg | |
| CXrdOucPsx | |
| CXrdOucPup | |
| CXrdOucPupArgs | |
| CXrdOucPupNames | |
| CXrdOucQSItem | |
| CXrdOucQueue | |
| CXrdOucRash | |
| CXrdOucRash_Item | |
| CXrdOucRash_Tent | |
| CXrdOucReqID | |
| CXrdOucSFVec | |
| ►CXrdOucSHA3 | |
| Csha3_ctx_t | SHA3 state context used by all methods (OpenSSL - like interface) |
| ►CXrdOucSid | |
| CtheSid | The type to pass to Obtain(). Simply cast the char[2] to (theSid *) |
| CXrdOucSiteName | |
| CXrdOucStack | |
| CXrdOucStats | |
| CXrdOucStream | |
| CXrdOucString | |
| CXrdOucSxeq | |
| ►CXrdOucTable | |
| COucTable | |
| CXrdOucTList | |
| CXrdOucTListFIFO | |
| CXrdOucTListHelper | |
| CXrdOucTokenizer | |
| ►CXrdOucTPC | |
| CtpcInfo | |
| CXrdOucTrace | |
| CXrdOucUri | |
| CXrdOucUtils | |
| CXrdOucVerName | |
| CXrdOucXAttr | |
| ►CXrdPoll | |
| CPipeData | |
| CXrdPollE | |
| CXrdPollInfo | |
| CXrdPollPoll | |
| CXrdPosixAdmin | |
| CXrdPosixCache | |
| CXrdPosixCallBack | An abstract class to define a callback for Open() call |
| CXrdPosixCallBackIO | |
| CXrdPosixConfig | |
| CXrdPosixDir | |
| CXrdPosixExtra | Extended POSIX interface to XRootD |
| CXrdPosixFile | |
| CXrdPosixFileRH | |
| CXrdPosixInfo | |
| CXrdPosixLinkage | |
| CXrdPosixMap | |
| CXrdPosixObject | |
| CXrdPosixObjGuard | |
| CXrdPosixPrepIO | |
| ►CXrdPosixStats | |
| CPosixStats | |
| CXrdPosixXrootd | POSIX interface to XRootD with some extensions, as noted |
| ►CXrdPosixXrootPath | |
| Cxpath | |
| CXrdProtLoad | |
| CXrdProtocol | |
| CXrdProtocol_Config | |
| CXrdProxyOpt_t | |
| CXrdPssAioCB | |
| ►CXrdPssCks | |
| CcsInfo | |
| CXrdPssDir | |
| ►CXrdPssFile | |
| CtprInfo | |
| CXrdPssSys | |
| CXrdPssUrlInfo | |
| CXrdPssUtils | |
| ►CXrdRmc | |
| CParms | Parameters for a newly created memory cache |
| ►CXrdRmcData | |
| CMrSw | |
| ►CXrdRmcReal | |
| CprTask | |
| ►CXrdRmcSlot | |
| CioQ | |
| CSlotList | |
| CSlotState | |
| CXrdScheduler | |
| ►CXrdSciTokensHelper | |
| CValidIssuer | |
| CXrdSecAttr | |
| CXrdSecBuffer | Generic structure to pass security information back and forth |
| CXrdSecEntity | |
| CXrdSecEntityAttr | |
| CXrdSecEntityAttrCB | |
| CXrdSecEntityPin | |
| CXrdSecEntityXtra | |
| CXrdSecGMapEntry_t | |
| CXrdSecPManager | |
| CXrdSecProtect | |
| CXrdSecProtector | |
| CXrdSecProtectParms | |
| CXrdSecProtocol | |
| CXrdSecProtocolgsi | |
| CXrdSecProtocolhost | |
| CXrdSecProtocolpwd | |
| ►CXrdSecProtocolsss | |
| CCrypto | |
| CXrdSecServer | |
| CXrdSecService | |
| CXrdSecsssCon | |
| CXrdSecsssEnt | |
| CXrdSecsssID | |
| ►CXrdSecsssKT | |
| ►CktEnt | |
| CktData | |
| CXrdSecsssRR_Data | |
| CXrdSecsssRR_DataHdr | |
| CXrdSecsssRR_DataResp | |
| CXrdSecsssRR_Hdr | |
| CXrdSecsssRR_Hdr2 | |
| ►CXrdSecTLayer | |
| CTLayerRR | |
| ►CXrdSendQ | |
| CmBuff | |
| CXrdSfsAio | |
| CXrdSfsDio | |
| CXrdSfsDirectory | |
| CXrdSfsFABuff | |
| CXrdSfsFACtl | |
| CXrdSfsFAInfo | |
| CXrdSfsFile | |
| CXrdSfsFileSystem | |
| CXrdSfsFSctl | < SFS_FSCTL_PLUGIN/PLUGIO parms |
| CXrdSfsGPFile | |
| CXrdSfsNative | |
| CXrdSfsNativeDirectory | |
| CXrdSfsNativeFile | |
| CXrdSfsPrep | < Prepare parameters |
| CXrdSfsXio | |
| CXrdSfsXioImpl | |
| CXrdSsiAlert | |
| CXrdSsiBVec | |
| CXrdSsiCluster | |
| CXrdSsiCms | |
| CXrdSsiDir | |
| CXrdSsiEntity | |
| CXrdSsiErrInfo | |
| ►CXrdSsiEvent | |
| CEventData | |
| CXrdSsiFile | |
| CXrdSsiFileReq | |
| CXrdSsiFileResource | |
| CXrdSsiFileSess | |
| CXrdSsiLogger | |
| CXrdSsiMutex | |
| CXrdSsiMutexMon | |
| CXrdSsiProvider | |
| CXrdSsiRequest | |
| CXrdSsiResource | |
| CXrdSsiRespInfo | |
| CXrdSsiRespInfoMsg | |
| CXrdSsiResponder | |
| CXrdSsiRRAgent | |
| CXrdSsiRRInfo | |
| CXrdSsiRRInfoAttn | |
| CXrdSsiRRTable | |
| CXrdSsiScale | |
| CXrdSsiService | |
| CXrdSsiServReal | |
| CXrdSsiSessReal | |
| CXrdSsiSfs | |
| CXrdSsiSfsConfig | |
| ►CXrdSsiShMam | |
| CMemItem | |
| CXLockHelper | |
| ►CXrdSsiShMat | |
| CCRZParms | |
| CNewParms | |
| CXrdSsiStats | |
| ►CXrdSsiStream | |
| CBuffer | |
| ►CXrdSsiTaskReal | |
| CdlQ | |
| CXrdSsiUtils | |
| ►CXrdStats | |
| CCallBack | |
| CXrdSutBucket | |
| CXrdSutBuckList | |
| CXrdSutBuckListNode | |
| CXrdSutBuffer | |
| CXrdSutCache | |
| CXrdSutCacheArg_t | |
| CXrdSutCacheEntry | |
| CXrdSutCacheEntryBuf | |
| CXrdSutCERef | |
| CXrdSutFileLocker | |
| CXrdSutPFBuf | |
| CXrdSutPFCache | |
| CXrdSutPFCacheRef | |
| CXrdSutPFEntInd | |
| CXrdSutPFEntry | |
| CXrdSutPFHeader | |
| CXrdSutPFile | |
| CXrdSutRndm | |
| CXrdSysCondVar | |
| CXrdSysCondVar2 | |
| CXrdSysCondVarHelper | |
| CXrdSysDir | |
| CXrdSysError | |
| CXrdSysError_Table | |
| CXrdSysFAttr | |
| CXrdSysFusedMutex | |
| ►CXrdSysLogger | |
| CmmMsg | |
| CTask | |
| ►CXrdSysLogging | |
| CMsgBuff | |
| CParms | Parameters to be passed to configure |
| CXrdSysMutex | |
| CXrdSysMutexHelper | |
| ►CXrdSysPlugin | |
| CPLlist | |
| CXrdSysPriv | |
| CXrdSysPrivGuard | |
| CXrdSysPwd | |
| CXrdSysRecMutex | |
| CXrdSysRWLock | |
| CXrdSysRWLockHelper | |
| CXrdSysSemaphore | |
| CXrdSysSemWait | |
| CXrdSysThread | |
| CXrdSysTimer | |
| CXrdSysTrace | |
| CXrdSysUtils | |
| ►CXrdSysXAttr | |
| CAList | |
| CXrdSysXSLock | |
| ►CXrdTcpMonPin | |
| CLinkInfo | |
| CXrdThrottleManager | |
| CXrdThrottleTimer | |
| CXrdTls | |
| ►CXrdTlsContext | |
| CCTX_Params | |
| CXrdTlsNotary | |
| CXrdTlsPeerCerts | |
| CXrdTlsSocket | Socket wrapper for TLS I/O |
| ►CXrdTlsTempCA | |
| CTempCAGuard | |
| CXrdVersionMapD2P | |
| CXrdVersionPlugin | |
| CXrdVomsFun | |
| ►CXrdVomsMapfile | |
| Cm_mapfile_ctime | |
| CMapfileEntry | |
| CXrdXmlMetaLink | |
| CXrdXmlRdrTiny | |
| CXrdXmlRdrXml2 | |
| CXrdXmlReader | |
| ►CXrdXrootdAdmin | |
| CJobTable | |
| Cusr | |
| CXrdXrootdAioBuff | |
| ►CXrdXrootdAioFob | |
| CAioTasks | |
| CXrdXrootdAioPgrw | |
| CXrdXrootdAioTask | |
| CXrdXrootdCallBack | |
| CXrdXrootdFHandle | |
| CXrdXrootdFile | |
| CXrdXrootdFileHP | |
| CXrdXrootdFileLock | |
| CXrdXrootdFileLock1 | |
| CXrdXrootdFileStats | |
| CXrdXrootdFileTable | |
| CXrdXrootdGPFile | |
| CXrdXrootdGPFileInfo | |
| ►CXrdXrootdGSReal | |
| CGSParms | |
| CHdrInfo | |
| CXrdXrootdGStream | |
| CXrdXrootdJob | |
| CXrdXrootdMonBuff | |
| CXrdXrootdMonBurr | |
| CXrdXrootdMonDouble | |
| CXrdXrootdMonFile | |
| CXrdXrootdMonFileCLS | |
| CXrdXrootdMonFileDSC | |
| CXrdXrootdMonFileHdr | |
| CXrdXrootdMonFileLFN | |
| CXrdXrootdMonFileOPN | |
| CXrdXrootdMonFileTOD | |
| CXrdXrootdMonFileXFR | |
| ►CXrdXrootdMonFMap | |
| CcvPtr | |
| CXrdXrootdMonGS | |
| CXrdXrootdMonHeader | |
| ►CXrdXrootdMonitor | |
| CHello | |
| CMonRdrBuff | |
| CUser | |
| CXrdXrootdMonMap | |
| CXrdXrootdMonRedir | |
| CXrdXrootdMonStatOPS | |
| CXrdXrootdMonStatPRW | |
| CXrdXrootdMonStatSSQ | |
| CXrdXrootdMonStatXFR | |
| CXrdXrootdMonTrace | |
| CXrdXrootdNormAio | |
| CXrdXrootdPgrwAio | |
| CXrdXrootdPgwBadCS | |
| CXrdXrootdPgwCtl | |
| CXrdXrootdPgwFob | |
| CXrdXrootdPio | |
| CXrdXrootdPrepare | |
| CXrdXrootdPrepArgs | |
| ►CXrdXrootdProtocol | |
| CGetDataCtl | |
| CRC_Table | |
| CRD_Table | |
| CXrdXrootdReqID | |
| CXrdXrootdResponse | |
| CXrdXrootdStats | |
| ►CXrdXrootdTpcMon | |
| CTpcInfo | |
| ►CXrdXrootdTransit | |
| CSchedReq | |
| CXrdXrootdTransPend | |
| CXrdXrootdTransSend | |
| CXrdXrootdWVInfo | |
| CXrdXrootdXPath | |