Home
last modified time | relevance | path

Searched refs:BOOST_IOSTREAMS_RTL (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/detail/config/
Drtl.hpp27 # define BOOST_IOSTREAMS_RTL(x) BOOST_JOIN(_rtl_, x) macro
29 # define BOOST_IOSTREAMS_RTL(x) BOOST_JOIN(_, x) macro
31 # define BOOST_IOSTREAMS_RTL(x) ::x // Distinguish from member function named x macro
33 #define BOOST_IOSTREAMS_FD_OPEN BOOST_IOSTREAMS_RTL(open)
34 #define BOOST_IOSTREAMS_FD_CLOSE BOOST_IOSTREAMS_RTL(close)
35 #define BOOST_IOSTREAMS_FD_READ BOOST_IOSTREAMS_RTL(read)
36 #define BOOST_IOSTREAMS_FD_WRITE BOOST_IOSTREAMS_RTL(write)