XRootD
Loading...
Searching...
No Matches
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 408 of file XrdOfs.hh.

Constructor & Destructor Documentation

◆ fwdOpt()

XrdOfs::fwdOpt::fwdOpt ( )
inline

Definition at line 415 of file XrdOfs.hh.

415: Cmd(0), Host(0), Port(0) {}
const char * Cmd
Definition XrdOfs.hh:409
char * Host
Definition XrdOfs.hh:410

References Cmd, Host, and Port.

◆ ~fwdOpt()

XrdOfs::fwdOpt::~fwdOpt ( )
inline

Definition at line 416 of file XrdOfs.hh.

416{}

Member Function Documentation

◆ Reset()

void XrdOfs::fwdOpt::Reset ( )
inline

Definition at line 412 of file XrdOfs.hh.

412 {Cmd = 0; Port = 0;
413 if (Host) {free(Host); Host = 0;}
414 }

References Cmd, Host, and Port.

Member Data Documentation

◆ Cmd

const char* XrdOfs::fwdOpt::Cmd

Definition at line 409 of file XrdOfs.hh.

Referenced by fwdOpt(), and Reset().

◆ Host

char* XrdOfs::fwdOpt::Host

Definition at line 410 of file XrdOfs.hh.

Referenced by fwdOpt(), and Reset().

◆ Port

int XrdOfs::fwdOpt::Port

Definition at line 411 of file XrdOfs.hh.

Referenced by fwdOpt(), and Reset().


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