Public Member Functions | Data Fields

ShowCont Struct Reference

#include <Show.h>

Inherits Continuation.

Inherited by ShowCache, ShowCacheInternal, ShowHostDB, and ShowNet.

Collaboration diagram for ShowCont:
Collaboration graph
[legend]

Public Member Functions

int show (const char *s,...)
int complete (int event, Event *e)
int complete_error (int event, Event *e)
int begin (const char *name)
int showError (int event, Event *e)
virtual int done (int, int, void *)
 ShowCont (Continuation *c, HTTPHdr *)
 ~ShowCont ()

Data Fields

Action action
char * sarg

Detailed Description

Definition at line 40 of file Show.h.


Constructor & Destructor Documentation

ShowCont::ShowCont ( Continuation c,
HTTPHdr  
) [inline]

Definition at line 129 of file Show.h.

References action, ats_malloc(), and Continuation::mutex.

ShowCont::~ShowCont (  )  [inline]

Definition at line 140 of file Show.h.

References ats_free(), and sarg.


Member Function Documentation

int ShowCont::begin ( const char *  name  )  [inline]
int ShowCont::complete ( int  event,
Event e 
) [inline]
int ShowCont::complete_error ( int  event,
Event e 
) [inline]
virtual int ShowCont::done ( int  ,
int  ,
void *   
) [inline, virtual]

Definition at line 123 of file Show.h.

Referenced by complete(), and complete_error().

int ShowCont::show ( const char *  s,
  ... 
) [inline]
int ShowCont::showError ( int  event,
Event e 
) [inline]

Definition at line 118 of file Show.h.

References complete_error().


Field Documentation

Definition at line 47 of file Show.h.

Referenced by register_ShowHostDB(), register_ShowNet(), and ~ShowCont().


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