genericopenlibs/cppstdlib/stl/stlport/stl/_ostream.h
branchRCL_3
changeset 17 ef2ebc87518f
parent 0 e4d67989cc36
child 45 4b03adbd26ca
equal deleted inserted replaced
15:18da5738c9b6 17:ef2ebc87518f
    66   typedef typename _Traits::off_type off_type;
    66   typedef typename _Traits::off_type off_type;
    67   typedef _Traits                    traits_type;
    67   typedef _Traits                    traits_type;
    68   typedef basic_ios<_CharT, _Traits> _Basic_ios;
    68   typedef basic_ios<_CharT, _Traits> _Basic_ios;
    69 
    69 
    70 public:                         // Constructor and destructor.
    70 public:                         // Constructor and destructor.
       
    71 
    71   explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
    72   explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
    72   ~basic_ostream();
    73   
       
    74 
       
    75   
       
    76   ~basic_ostream() {}
       
    77 
    73 
    78 
    74 public:                         // Hooks for manipulators.
    79 public:                         // Hooks for manipulators.
    75   typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&);
    80   typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&);
    76   typedef ios_base& (_STLP_CALL *__ios_base_fn)(ios_base&);
    81   typedef ios_base& (_STLP_CALL *__ios_base_fn)(ios_base&);
    77   typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&);
    82   typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&);