Google
Web alhem.net

Styled.h

Go to the documentation of this file.
00001 #ifndef _CGI_STYLED_H
00002 #define _CGI_STYLED_H
00003 
00004 #include <string>
00005 
00006 namespace Cgi
00007 {
00008 
00009 
00010 class Styled
00011 {
00012 public:
00013         Styled();
00014         virtual ~Styled();
00015 
00016         void SetStyle(const std::string&);
00017         const std::string& GetStyle();
00018 
00019 private:
00020         std::string m_style;
00021 };
00022 
00023 
00024 } // namespace Cgi
00025 
00026 
00027 #endif // _CGI_STYLED_H

Generated for cgi++ by doxygen 1.3.7

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