XRootD
Loading...
Searching...
No Matches
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
}
 
enum class  TpcType {
  Pull ,
  Push
}
 

Typedef Documentation

◆ ManagedCurlHandle

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

Definition at line 43 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};
bool Debug

◆ TpcType

enum class TPC::TpcType
strong
Enumerator
Pull 
Push 

Definition at line 35 of file XrdTpcTPC.hh.

35 {
36 Pull,
37 Push
38};