Doxygen changes
[ACE_TAO.git] / ACE / tests / STL_algorithm_Test_T.h
blob7aeccccb1ea8d6ca9328c481335f2d3bceb91ffc
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file STL_algorithm_Test_T.h
7 * Test ACE containers compatibility with STL <algorithm> header.
9 * @author James H. Hill <j.hill@vanderbilt.edu>
11 //=============================================================================
13 #ifndef ACE_TESTS_STL_ALGORITHM_TEST_T_H
14 #define ACE_TESTS_STL_ALGORITHM_TEST_T_H
16 template <typename T>
17 int test_STL_algorithm (T & container);
19 #if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
20 #include "STL_algorithm_Test_T.cpp"
21 #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
23 #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
24 #pragma implementation ("STL_algorithm_Test_T.cpp")
25 #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
27 #endif /* ACE_TESTS_STL_ALGORITHM_TEST_T_H */