Google
Web alhem.net

Cgi::Link::Param2 Class Reference

Inheritance diagram for Cgi::Link::Param2:

Inheritance graph
Collaboration diagram for Cgi::Link::Param2:

Collaboration graph
List of all members.

Public Member Functions

 Param2 (const std::string &name, const std::string &value)
std::string Print ()

Public Attributes

std::string m_value

Detailed Description

Definition at line 50 of file Link.h.


Constructor & Destructor Documentation

Cgi::Link::Param2::Param2 ( const std::string &  name,
const std::string &  value 
) [inline]

Definition at line 52 of file Link.h.

00052 : Param(name), m_value(value) {}


Member Function Documentation

std::string Cgi::Link::Param2::Print (  )  [inline, virtual]

Reimplemented from Cgi::Link::Param.

Definition at line 53 of file Link.h.

References Cgi::Link::Param::m_name, and m_value.

00053                                   {
00054                         std::string tmp = "&";
00055                         tmp += m_name;
00056                         tmp += "=";
00057                         tmp += m_value;
00058                         return tmp;
00059                 }


Member Data Documentation

std::string Cgi::Link::Param2::m_value

Definition at line 60 of file Link.h.

Referenced by Print().


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