Google
Web alhem.net

Styled.cpp

Go to the documentation of this file.
00001 //#include <stdio.h>
00002 
00003 #include "Styled.h"
00004 
00005 
00006 namespace Cgi
00007 {
00008 
00009 
00010 Styled::Styled()
00011 {
00012 }
00013 
00014 
00015 Styled::~Styled()
00016 {
00017 }
00018 
00019 
00020 void Styled::SetStyle(const std::string& x)
00021 {
00022         m_style = x;
00023 }
00024 
00025 
00026 const std::string& Styled::GetStyle()
00027 {
00028         return m_style;
00029 }
00030 
00031 
00032 } // namespace Cgi
00033 
00034 

Generated for cgi++ by doxygen 1.3.7

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