00001 /*
00002 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
00003 See license.html for license.
00004
00005 This just provides documentation for stuff that doesn't need to be in the
00006 source headers themselves. It is a ".cc" file for the sole cheesy reason
00007 that it triggers many different text editors into doing Nice Things when
00008 typing comments. However, it is mentioned nowhere except the *cfg.in files.
00009
00010 Some actual code (declarations) is exposed here, but no compiler ever
00011 sees it. The decls must be visible to doxygen, and sometimes their real
00012 declarations are not visible, or not visible in a way we want.
00013
00014 Pieces separated by '// //' lines will usually not be presented to the
00015 user on the same page.
00016 */
00017
00018 // // // // // // // // // // // // // // // // // // // // // // // //
00036 // // // // // // // // // // // // // // // // // // // // // // // //
00054 // // // // // // // // // // // // // // // // // // // // // // // //
00055 // This is standalone because, unlike the functor introduction, there is no
00056 // single header file which serves as a base "all containers must include
00057 // this header". We do some quoting of 14882 here.
00118 // // // // // // // // // // // // // // // // // // // // // // // //
00137 namespace abi {
00177 char* __cxa_demangle (const char* mangled_name, char* output_buffer,
00178 size_t* length, int* status);
00179 } // namespace abi
00180
00181 // // // // // // // // // // // // // // // // // // // // // // // //
00204 // // // // // // // // // // // // // // // // // // // // // // // //
00205
00206 // // // // // // // // // // // // // // // // // // // // // // // //
00207 /* * @addtogroup groupname description of group
00208 placeholder text
00209 */
00210
00211 // // // // // // // // // // // // // // // // // // // // // // // //
00212
00213 // vim:et:noai:
00214
1.2.15