Util--  1.1
basic_symbol_fwd.hh
Go to the documentation of this file.
1 /* -*- C++ -*-
2  * $Id: basic_symbol_fwd.hh 953 2005-02-17 21:08:23Z fpy $
3  */
4 #ifndef UTILMM_SMART_TYPES_BASIC_SYMBOL_FWD
5 # define UTILMM_SMART_TYPES_BASIC_SYMBOL_FWD
6 
7 # include <string>
8 
9 namespace utilmm {
10 
11  template< class CharT, class Traits=std::char_traits<CharT>,
12  class Alloc=std::allocator<CharT> >
13  class basic_symbol;
14 
24  template<class CharT, class Traits, class Alloc>
25  std::ostream &operator<< (std::ostream &out,
26  basic_symbol<CharT, Traits, Alloc> const &s);
27 
28 } // namespace utilmm
29 
30 #endif // UTILMM_SMART_TYPES_BASIC_SYMBOL_FWD
31 
std::ostream & operator<<(std::ostream &stream, utilmm::command_line const &cmdline)
Definition: commandline.hh:212
Definition: auto_flag.hh:6

Generated on Mon Sep 24 2018 17:06:40 for Util-- by doxygen 1.8.13
SourceForge.net Project Page