xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Enumerations
TPC Namespace Reference

Classes

class  State
 
class  Stream
 
struct  CurlDeleter
 
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

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

Enumeration Type Documentation

Enumerator
Debug 
Info 
Warning 
Error 
All