basic_symbol_fwd.hh
Go to the documentation of this file.
00001 /* -*- C++ -*-
00002  * $Id: basic_symbol_fwd.hh 953 2005-02-17 21:08:23Z fpy $
00003  */
00004 #ifndef UTILMM_SMART_TYPES_BASIC_SYMBOL_FWD
00005 # define UTILMM_SMART_TYPES_BASIC_SYMBOL_FWD
00006 
00007 # include <string>
00008 
00009 namespace utilmm {
00010 
00011   template< class CharT, class Traits=std::char_traits<CharT>,
00012             class Alloc=std::allocator<CharT> >
00013   class basic_symbol;
00014 
00024   template<class CharT, class Traits, class Alloc>
00025   std::ostream &operator<< (std::ostream &out, 
00026                             basic_symbol<CharT, Traits, Alloc> const &s);
00027 
00028 } // namespace utilmm
00029 
00030 #endif // UTILMM_SMART_TYPES_BASIC_SYMBOL_FWD
00031 


utilmm
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Wed Sep 16 2015 07:05:43