XRootD
TPC Namespace Reference

Classes

struct  CurlDeleter
 
class  State
 
class  Stream
 
class  TPCHandler
 

Typedefs

using ManagedCurlHandle = std::unique_ptr< CURL, CurlDeleter >
 

Enumerations

enum  LogMask {
  Debug = 0x01 ,
  Info = 0x02 ,
  Warning = 0x04 ,
  Error = 0x08 ,
  All = 0xff
}
 

Typedef Documentation

◆ ManagedCurlHandle

using TPC::ManagedCurlHandle = typedef std::unique_ptr<CURL, CurlDeleter>

Definition at line 39 of file XrdTpcTPC.hh.

Enumeration Type Documentation

◆ LogMask

Enumerator
Debug 
Info 
Warning 
Error 
All 

Definition at line 27 of file XrdTpcTPC.hh.

27  {
28  Debug = 0x01,
29  Info = 0x02,
30  Warning = 0x04,
31  Error = 0x08,
32  All = 0xff
33 };
@ Info
@ Warning
@ All
Definition: XrdTpcTPC.hh:32
@ Error
Definition: XrdTpcTPC.hh:31
@ Debug
Definition: XrdTpcTPC.hh:28