Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenTestClass.cpp
Go to the documentation of this file.
00001 /*********************************************************************************** 00002 TestClass.cpp 00003 00004 * Copyright (c) 1997 00005 * Mark of the Unicorn, Inc. 00006 * 00007 * Permission to use, copy, modify, distribute and sell this software 00008 * and its documentation for any purpose is hereby granted without fee, 00009 * provided that the above copyright notice appear in all copies and 00010 * that both that copyright notice and this permission notice appear 00011 * in supporting documentation. Mark of the Unicorn makes no 00012 * representations about the suitability of this software for any 00013 * purpose. It is provided "as is" without express or implied warranty. 00014 00015 ***********************************************************************************/ 00016 #include "TestClass.h" 00017 00018 #include <iostream> 00019 00020 std::ostream& operator << (std::ostream& s, const TestClass& t) { 00021 return s << t.value(); 00022 } 00023 00024 Generated on Sat May 26 2012 04:34:08 for ReactOS by
1.7.6.1
|