lftp  4.4.6
About: lftp is a command line ftp client (FTP, HTTP, ssl support, background transfer, reget, reput, ...)
  Fossies Dox: lftp-4.4.6.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
FgData Class Reference

#include <fg.h>

Public Member Functions

 FgData (pid_t npg, bool fg)
 
 ~FgData ()
 
void Fg ()
 
void Bg ()
 
void cont ()
 

Detailed Description

Definition at line 75 of file fg.h.

Constructor & Destructor Documentation

FgData::FgData ( pid_t  npg,
bool  fg 
)

Definition at line 34 of file fg.cc.

References cont(), and Fg().

FgData::~FgData ( )

Definition at line 46 of file fg.cc.

References Bg().

Member Function Documentation

void FgData::Bg ( )

Definition at line 68 of file fg.cc.

Referenced by FileFeeder::Bg(), Job::Bg(), and ~FgData().

void FgData::cont ( )

Definition at line 26 of file fg.cc.

Referenced by Fg(), and FgData().

void FgData::Fg ( )

Definition at line 52 of file fg.cc.

References cont().

Referenced by FileFeeder::Fg(), Job::Fg(), and FgData().


The documentation for this class was generated from the following files: