<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
		<id>http://wiki.ywrobot.net/index.php?action=history&amp;feed=atom&amp;title=Printable.h</id>
		<title>Printable.h - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.ywrobot.net/index.php?action=history&amp;feed=atom&amp;title=Printable.h"/>
		<link rel="alternate" type="text/html" href="http://wiki.ywrobot.net/index.php?title=Printable.h&amp;action=history"/>
		<updated>2026-05-14T11:01:49Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.ywrobot.net/index.php?title=Printable.h&amp;diff=79&amp;oldid=prev</id>
		<title>YWrobot WM：创建页面，内容为“&lt;pre style=&quot;color:blue&quot;&gt; /*   Printable.h - Interface class that allows printing of complex types   Copyright (c) 2011 Adrian McEwen.  All right reserved.    This li...”</title>
		<link rel="alternate" type="text/html" href="http://wiki.ywrobot.net/index.php?title=Printable.h&amp;diff=79&amp;oldid=prev"/>
				<updated>2016-04-25T02:11:48Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt; /*   Printable.h - Interface class that allows printing of complex types   Copyright (c) 2011 Adrian McEwen.  All right reserved.    This li...”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
  Printable.h - Interface class that allows printing of complex types&lt;br /&gt;
  Copyright (c) 2011 Adrian McEwen.  All right reserved.&lt;br /&gt;
&lt;br /&gt;
  This library is free software; you can redistribute it and/or&lt;br /&gt;
  modify it under the terms of the GNU Lesser General Public&lt;br /&gt;
  License as published by the Free Software Foundation; either&lt;br /&gt;
  version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
  This library is distributed in the hope that it will be useful,&lt;br /&gt;
  but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU&lt;br /&gt;
  Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
  You should have received a copy of the GNU Lesser General Public&lt;br /&gt;
  License along with this library; if not, write to the Free Software&lt;br /&gt;
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
#ifndef Printable_h&lt;br /&gt;
#define Printable_h&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;new.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
class Print;&lt;br /&gt;
&lt;br /&gt;
/** The Printable class provides a way for new classes to allow themselves to be printed.&lt;br /&gt;
    By deriving from Printable and implementing the printTo method, it will then be possible&lt;br /&gt;
    for users to print out instances of this class by passing them into the usual&lt;br /&gt;
    Print::print and Print::println methods.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
class Printable&lt;br /&gt;
{&lt;br /&gt;
  public:&lt;br /&gt;
    virtual size_t printTo(Print&amp;amp; p) const = 0;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>YWrobot WM</name></author>	</entry>

	</feed>