ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/Represent.hpp
(Generate patch)

Comparing Represent/Represent.hpp (file contents):
Revision 388 by douglas, 2004-12-24T03:17:21-08:00 vs.
Revision 389 by douglas, 2004-12-24T04:02:30-08:00

# Line 26 | Line 26
26                  for (const type& _set = set; _stop; _stop = false) \
27                          _for (type::const_iterator, item, _set.begin(), _set.end())
28  
29 + struct Item;
30 +
31   class Represent
32   {
33   private:
32        struct Environment
33        {
34                ext::String get(const ext::String& name) { try { return api::TheEnvironment.Get(name); } catch (ext::Exception) { return ext::String(); } }
35        } env;
36        struct Item;
34          std::multimap<std::string, std::string> cgi;
35          void parse();
36          void headings(xml::TextWriter& xhtml);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines