Google
Web alhem.net

Cgi::Body Class Reference

#include <Body.h>

Inheritance diagram for Cgi::Body:

Inheritance graph
Collaboration diagram for Cgi::Body:

Collaboration graph
List of all members.

Public Member Functions

 Body ()
ElementCopy ()

Detailed Description

Definition at line 10 of file Body.h.


Constructor & Destructor Documentation

Cgi::Body::Body (  )  [inline]

Definition at line 13 of file Body.h.

Referenced by Copy().

00013 : ElementList("body") {}


Member Function Documentation

Element* Cgi::Body::Copy (  )  [inline, virtual]

Implements Cgi::Element.

Definition at line 15 of file Body.h.

References Body().

00015 { return new Body(*this); }


The documentation for this class was generated from the following file:
Generated for cgi++ by doxygen 1.3.7

Page, code, and content Copyright (C) 2004 by Anders Hedström