From: Myun2 Date: Tue, 20 Jul 2010 00:30:19 +0000 (+0900) Subject: structure.hpp Update. X-Git-Tag: 20111130_shapeup_prev~341 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bf485c6e20de94b6ac2e3da1a33a079a057ea4b2;p=roast%2Froast.git structure.hpp Update. --- diff --git a/roast/include/roast/xml/roast_xml/structure.hpp b/roast/include/roast/xml/roast_xml/structure.hpp index 74ee7c54..5526f10d 100644 --- a/roast/include/roast/xml/roast_xml/structure.hpp +++ b/roast/include/roast/xml/roast_xml/structure.hpp @@ -13,6 +13,12 @@ namespace roast { class greater { + public: + template + bool analyze(const T* s) + { + return ( *s == T('<') ); + } }; class lesser @@ -53,6 +59,14 @@ namespace roast class text { }; + + //////////////////////////////////////////////////// + + class structure + { + public: + + }; } }