Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

Template.h

Go to the documentation of this file.
00001 /*********************************************************************** 00002 00003 ColorBox2: Template.cpp 00004 (c) 2004 by Martin Decky 00005 00006 Distributed under the terms of Lesser General Public Licence, see 00007 COPYING. 00008 00009 0.3 20th August 2004 initial 00010 00011 ***********************************************************************/ 00012 00013 00014 #ifndef __CB2__TEMPLATE_H__ 00015 #define __CB2__TEMPLATE_H__ 00016 00017 00018 #include <cb2/utils.h> 00019 00020 00021 namespace CB2 { 00022 00023 00032 class Template : public Class { 00033 public: 00034 Template(); 00035 Template(const String & value); 00037 const Template & operator+=(const String & right); 00039 String::size_type Subst(const String & anchor, const String & value); 00040 String::size_type SubstURL(const String & anchor, const String & value); 00041 String Render(); 00043 private: 00044 String macro; 00045 }; 00046 00047 } 00048 00049 00050 #endif

Generated on Thu Sep 16 23:26:49 2004 for ColorBox2 by doxygen 1.3.7