Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.118.82.212
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
swig4.0 /
std /
[ HOME SHELL ]
Name
Size
Permission
Action
_std_deque.i
4.33
KB
-rw-r--r--
std_alloc.i
1.98
KB
-rw-r--r--
std_array.i
2.54
KB
-rw-r--r--
std_basic_string.i
6.35
KB
-rw-r--r--
std_carray.swg
1.39
KB
-rw-r--r--
std_char_traits.i
3.12
KB
-rw-r--r--
std_common.i
5.27
KB
-rw-r--r--
std_container.i
4.2
KB
-rw-r--r--
std_deque.i
3.41
KB
-rw-r--r--
std_except.i
1.16
KB
-rw-r--r--
std_ios.i
5.12
KB
-rw-r--r--
std_iostream.i
8.66
KB
-rw-r--r--
std_list.i
3.79
KB
-rw-r--r--
std_map.i
3.6
KB
-rw-r--r--
std_multimap.i
3.18
KB
-rw-r--r--
std_multiset.i
2.48
KB
-rw-r--r--
std_pair.i
3.65
KB
-rw-r--r--
std_queue.i
3.42
KB
-rw-r--r--
std_set.i
3.29
KB
-rw-r--r--
std_sstream.i
5.2
KB
-rw-r--r--
std_stack.i
3.4
KB
-rw-r--r--
std_streambuf.i
1.71
KB
-rw-r--r--
std_string.i
219
B
-rw-r--r--
std_unordered_map.i
3.98
KB
-rw-r--r--
std_unordered_multimap.i
3.15
KB
-rw-r--r--
std_unordered_multiset.i
2.95
KB
-rw-r--r--
std_unordered_set.i
3.68
KB
-rw-r--r--
std_vector.i
6.04
KB
-rw-r--r--
std_vectora.i
147
B
-rw-r--r--
std_wios.i
90
B
-rw-r--r--
std_wiostream.i
100
B
-rw-r--r--
std_wsstream.i
98
B
-rw-r--r--
std_wstreambuf.i
102
B
-rw-r--r--
std_wstring.i
249
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : std_ios.i
%include <std_char_traits.i> %include <std_basic_string.i> %include <std_except.i> %{ #ifndef SWIG_STD_NOMODERN_STL # include <ios> #else # include <streambuf.h> #endif %} namespace std { template<typename _CharT, typename _Traits = char_traits<_CharT> > class basic_streambuf; template<typename _CharT, typename _Traits = char_traits<_CharT> > class basic_istream; template<typename _CharT, typename _Traits = char_traits<_CharT> > class basic_ostream; // 27.4.2 Class ios_base typedef size_t streamsize; class locale; class ios_base { public: #ifdef SWIG_NESTED_CLASSES // 27.4.2.1.1 Class ios_base::failure class failure : public exception { public: explicit failure(const string& __str) throw(); }; #endif // 27.4.2.1.2 Type ios_base::fmtflags typedef int fmtflags; // 27.4.2.1.2 Type fmtflags static const fmtflags boolalpha ; static const fmtflags dec ; static const fmtflags fixed ; static const fmtflags hex ; static const fmtflags internal ; static const fmtflags left ; static const fmtflags oct ; static const fmtflags right ; static const fmtflags scientific ; static const fmtflags showbase ; static const fmtflags showpoint ; static const fmtflags showpos ; static const fmtflags skipws ; static const fmtflags unitbuf ; static const fmtflags uppercase ; static const fmtflags adjustfield ; static const fmtflags basefield ; static const fmtflags floatfield ; // 27.4.2.1.3 Type ios_base::iostate typedef int iostate; static const iostate badbit ; static const iostate eofbit ; static const iostate failbit ; static const iostate goodbit ; // 27.4.2.1.4 Type openmode typedef int openmode; static const openmode app ; static const openmode ate ; static const openmode binary ; static const openmode in ; static const openmode out ; static const openmode trunc ; // 27.4.2.1.5 Type seekdir typedef int seekdir; static const seekdir beg ; static const seekdir cur ; static const seekdir end ; // Callbacks; enum event { erase_event, imbue_event, copyfmt_event }; typedef void (*event_callback) (event, ios_base&, int); void register_callback(event_callback __fn, int __index); // Fmtflags state: inline fmtflags flags() const ; inline fmtflags flags(fmtflags __fmtfl); inline fmtflags setf(fmtflags __fmtfl); inline fmtflags setf(fmtflags __fmtfl, fmtflags __mask); inline void unsetf(fmtflags __mask) ; inline streamsize precision() const ; inline streamsize precision(streamsize __prec); inline streamsize width() const ; inline streamsize width(streamsize __wide); static bool sync_with_stdio(bool __sync = true); // Locales: locale imbue(const locale& __loc); inline locale getloc() const { return _M_ios_locale; } // Storage: static int xalloc() throw(); inline long& iword(int __ix); inline void*& pword(int __ix); // Destructor ~ios_base(); protected: ios_base(); //50. Copy constructor and assignment operator of ios_base private: ios_base(const ios_base& other); ios_base& operator=(const ios_base& other); }; template<typename _CharT, typename _Traits = char_traits<_CharT> > class basic_ios : public ios_base { public: // Types: typedef _CharT char_type; typedef typename _Traits::int_type int_type; typedef typename _Traits::pos_type pos_type; typedef typename _Traits::off_type off_type; typedef _Traits traits_type; public: iostate rdstate() const; void clear(iostate __state = goodbit); void setstate(iostate __state); bool good() const; bool eof() const; bool fail() const; bool bad() const; iostate exceptions() const; void exceptions(iostate __except); // Constructor/destructor: explicit basic_ios(basic_streambuf<_CharT, _Traits>* __sb) : ios_base(); virtual ~basic_ios() ; // Members: basic_ostream<_CharT, _Traits>* tie() const; basic_ostream<_CharT, _Traits>* tie(basic_ostream<_CharT, _Traits>* __tiestr); basic_streambuf<_CharT, _Traits>* rdbuf() const; basic_streambuf<_CharT, _Traits>* rdbuf(basic_streambuf<_CharT, _Traits>* __sb); basic_ios& copyfmt(const basic_ios& __rhs); char_type fill() const; char_type fill(char_type __ch); // Locales: locale imbue(const locale& __loc); char narrow(char_type __c, char __dfault) const; char_type widen(char __c) const; protected: // 27.4.5.1 basic_ios constructors basic_ios(); private: basic_ios(const basic_ios& other); basic_ios& operator=(const basic_ios& other); }; } namespace std { typedef basic_ios<char> ios; %template(ios) basic_ios<char>; #if defined(SWIG_WCHAR) typedef basic_ios<wchar_t> wios; %template(wios) basic_ios<wchar_t>; #endif }
Close