Changeset b57a3ee in mainline for uspace/lib/cpp/include/__bits/io
- Timestamp:
- 2018-07-05T21:41:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c735afb
- Parents:
- 4f461384
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 16:58:08)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- Location:
- uspace/lib/cpp/include/__bits/io
- Files:
-
- 11 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/io/fstream.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_ FSTREAM30 #define LIBCPP_ FSTREAM29 #ifndef LIBCPP_BITS_IO_FSTREAM 30 #define LIBCPP_BITS_IO_FSTREAM 31 31 32 32 #include <cstdio> -
uspace/lib/cpp/include/__bits/io/iomanip.hpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #ifndef LIBCPP_ IOMANIP30 #define LIBCPP_ IOMANIP29 #ifndef LIBCPP_BITS_IO_IOMANIP 30 #define LIBCPP_BITS_IO_IOMANIP 31 31 32 #include <__bits/io manip.hpp>32 #include <__bits/io/iomanip_objs.hpp> 33 33 #include <iosfwd> 34 34 -
uspace/lib/cpp/include/__bits/io/iomanip_objs.hpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #ifndef LIBCPP_BITS_IO MANIP30 #define LIBCPP_BITS_IO MANIP29 #ifndef LIBCPP_BITS_IO_IOMANIP_OBJS 30 #define LIBCPP_BITS_IO_IOMANIP_OBJS 31 31 32 32 #include <ios> … … 56 56 Manipulator manipulator; 57 57 }; 58 58 59 template<class Char, class Traits, class Manipulator> 59 60 basic_ostream<Char, Traits>& operator<<( -
uspace/lib/cpp/include/__bits/io/ios.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_IOS 30 #define LIBCPP_IOS 31 29 #ifndef LIBCPP_BITS_IO_IOS 30 #define LIBCPP_BITS_IO_IOS 31 32 #include <__bits/locale/locale.hpp> 33 #include <__bits/locale/ctype.hpp> 32 34 #include <cstdlib> 33 #include <__bits/locale.hpp>34 #include <__bits/locale/ctype.hpp>35 35 #include <iosfwd> 36 36 #include <system_error> -
uspace/lib/cpp/include/__bits/io/iosfwd.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_ IOSFWD30 #define LIBCPP_ IOSFWD29 #ifndef LIBCPP_BITS_IO_IOSFWD 30 #define LIBCPP_BITS_IO_IOSFWD 31 31 32 32 namespace std -
uspace/lib/cpp/include/__bits/io/iostream.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_ IOSTREAM30 #define LIBCPP_ IOSTREAM29 #ifndef LIBCPP_BITS_IO_IOSTREAM 30 #define LIBCPP_BITS_IO_IOSTREAM 31 31 32 32 #include <ios> -
uspace/lib/cpp/include/__bits/io/istream.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_ ISTREAM30 #define LIBCPP_ ISTREAM29 #ifndef LIBCPP_BITS_IO_ISTREAM 30 #define LIBCPP_BITS_IO_ISTREAM 31 31 32 32 #include <ios> -
uspace/lib/cpp/include/__bits/io/ostream.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_ OSTREAM30 #define LIBCPP_ OSTREAM29 #ifndef LIBCPP_BITS_IO_OSTREAM 30 #define LIBCPP_BITS_IO_OSTREAM 31 31 32 32 #include <ios> -
uspace/lib/cpp/include/__bits/io/sstream.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_ SSTREAM30 #define LIBCPP_ SSTREAM29 #ifndef LIBCPP_BITS_IO_SSTREAM 30 #define LIBCPP_BITS_IO_SSTREAM 31 31 32 32 #include <ios> -
uspace/lib/cpp/include/__bits/io/streambuf.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_ STREAMBUF30 #define LIBCPP_ STREAMBUF29 #ifndef LIBCPP_BITS_IO_STREAMBUF 30 #define LIBCPP_BITS_IO_STREAMBUF 31 31 32 32 #include <ios> -
uspace/lib/cpp/include/__bits/io/streambufs.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef LIBCPP_ STREAMBUFS30 #define LIBCPP_ STREAMBUFS29 #ifndef LIBCPP_BITS_IO_STREAMBUFS 30 #define LIBCPP_BITS_IO_STREAMBUFS 31 31 32 32 #include <iosfwd>
Note:
See TracChangeset
for help on using the changeset viewer.