| ►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 | |
| NPosix | |
| ►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 | |
| NXrd | |
| ►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 | |
| NXrdFrc | |
| NXrdFrm | |
| NXrdGlobal | |
| NXrdNetSpace | |
| NXrdOssStatEvent | |
| ►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 | |
| NXrdPosixGlobals | |
| ►NXrdProto | |
| Cread_list | |
| Cwrite_list | |
| NXrdSecsssMap | |
| NXrdSfs | |
| ►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 |