Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentest_bitset.cpp
Go to the documentation of this file.
00001 /*********************************************************************************** 00002 test_bitset.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 "Prefix.h" 00017 #if defined( EH_BITSET_IMPLEMENTED ) 00018 #include "Tests.h" 00019 #include <bitset> 00020 #include "TestClass.h" 00021 #include "LeakCheck.h" 00022 #include "test_construct.h" 00023 #include "test_assign_op.h" 00024 #include "test_push_back.h" 00025 #include "test_insert.h" 00026 #include "test_push_front.h" 00027 00028 typedef bitset<100> TestBitset; 00029 00030 inline sequence_container_tag 00031 container_category(const TestBitset&) 00032 { 00033 return sequence_container_tag(); 00034 } 00035 00036 void test_bitset() 00037 { 00038 } 00039 #endif // EH_BITSET_IMPLEMENTED Generated on Fri May 25 2012 04:33:43 for ReactOS by
1.7.6.1
|