XRootD
XrdOfs::fwdOpt Struct Reference

#include <XrdOfs.hh>

+ Collaboration diagram for XrdOfs::fwdOpt:

Public Member Functions

 fwdOpt ()
 
 ~fwdOpt ()
 
void Reset ()
 

Public Attributes

const char * Cmd
 
char * Host
 
int Port
 

Detailed Description

Definition at line 398 of file XrdOfs.hh.

Constructor & Destructor Documentation

◆ fwdOpt()

XrdOfs::fwdOpt::fwdOpt ( )
inline

Definition at line 405 of file XrdOfs.hh.

405 : Cmd(0), Host(0), Port(0) {}
const char * Cmd
Definition: XrdOfs.hh:399
char * Host
Definition: XrdOfs.hh:400

◆ ~fwdOpt()

XrdOfs::fwdOpt::~fwdOpt ( )
inline

Definition at line 406 of file XrdOfs.hh.

406 {}

Member Function Documentation

◆ Reset()

void XrdOfs::fwdOpt::Reset ( )
inline

Definition at line 402 of file XrdOfs.hh.

402  {Cmd = 0; Port = 0;
403  if (Host) {free(Host); Host = 0;}
404  }

References Cmd, Host, and Port.

Referenced by XrdOfs::Configure().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Cmd

const char* XrdOfs::fwdOpt::Cmd

Definition at line 399 of file XrdOfs.hh.

Referenced by XrdOfs::chmod(), XrdOfs::mkdir(), XrdOfs::rename(), Reset(), and XrdOfs::truncate().

◆ Host

char* XrdOfs::fwdOpt::Host

Definition at line 400 of file XrdOfs.hh.

Referenced by Reset().

◆ Port

int XrdOfs::fwdOpt::Port

Definition at line 401 of file XrdOfs.hh.

Referenced by Reset().


The documentation for this struct was generated from the following file: